X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fvca-integrator-operator%2Fpyproject.toml;fp=installers%2Fcharm%2Fvca-integrator-operator%2Fpyproject.toml;h=7f5495be5ab649281d858cbf0251e8e7db1b0459;hb=542b2f8fb3c159e7f20150ad5814872bed02cc7c;hp=2e1a6dd2461b97f4095e42908929f2d67232d5ba;hpb=c36754d60cb8b6532e0838dcb50c19549b5b8141;p=osm%2Fdevops.git diff --git a/installers/charm/vca-integrator-operator/pyproject.toml b/installers/charm/vca-integrator-operator/pyproject.toml index 2e1a6dd2..7f5495be 100644 --- a/installers/charm/vca-integrator-operator/pyproject.toml +++ b/installers/charm/vca-integrator-operator/pyproject.toml @@ -47,10 +47,6 @@ ignore = ["W503", "E402", "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" [tool.bandit] tests = ["B201", "B301"]