Remove checks for copyright in charms
[osm/devops.git] / installers / charm / vca-integrator-operator / pyproject.toml
index 2e1a6dd..7f5495b 100644 (file)
@@ -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"]