X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fosm-mon%2Fpyproject.toml;fp=installers%2Fcharm%2Fosm-mon%2Fpyproject.toml;h=16cf0f4b23797df80f37bdace23501e10d711a6c;hb=542b2f8fb3c159e7f20150ad5814872bed02cc7c;hp=d0d4a5bcd91b55fa251df4324b4657fef801a64e;hpb=c36754d60cb8b6532e0838dcb50c19549b5b8141;p=osm%2Fdevops.git diff --git a/installers/charm/osm-mon/pyproject.toml b/installers/charm/osm-mon/pyproject.toml index d0d4a5bc..16cf0f4b 100644 --- a/installers/charm/osm-mon/pyproject.toml +++ b/installers/charm/osm-mon/pyproject.toml @@ -50,7 +50,3 @@ ignore = ["W503", "E501", "D107"] # D100, D101, D102, D103: Ignore missing docstrings in tests per-file-ignores = ["tests/*:D100,D101,D102,D103,D104"] docstring-convention = "google" -# Check for properly formatted copyright header in each file -copyright-check = "True" -copyright-author = "Canonical Ltd." -copyright-regexp = "Copyright\\s\\d{4}([-,]\\d{4})*\\s+%(author)s"