Remove checks for copyright in charms
[osm/devops.git] / installers / charm / osm-lcm / pyproject.toml
index d0d4a5b..16cf0f4 100644 (file)
@@ -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"