Remove checks for copyright in charms 56/13156/1
authorDario Faccin <dario.faccin@canonical.com>
Fri, 31 Mar 2023 14:56:38 +0000 (16:56 +0200)
committerbeierlm <mark.beierl@canonical.com>
Wed, 5 Apr 2023 14:51:41 +0000 (15:51 +0100)
This patch removes the flake8 copyright plugin and configuration.

Change-Id: I65e362748e16efbc48055370f8f1590d4910c000
Signed-off-by: Dario Faccin <dario.faccin@canonical.com>
(cherry picked from commit 99325bd3a2891df4b88329931535619e96ae28ec)

16 files changed:
installers/charm/juju-simplestreams-operator/pyproject.toml
installers/charm/juju-simplestreams-operator/tox.ini
installers/charm/osm-lcm/pyproject.toml
installers/charm/osm-lcm/tox.ini
installers/charm/osm-mon/pyproject.toml
installers/charm/osm-mon/tox.ini
installers/charm/osm-nbi/pyproject.toml
installers/charm/osm-nbi/tox.ini
installers/charm/osm-ng-ui/pyproject.toml
installers/charm/osm-ng-ui/tox.ini
installers/charm/osm-pol/pyproject.toml
installers/charm/osm-pol/tox.ini
installers/charm/osm-ro/pyproject.toml
installers/charm/osm-ro/tox.ini
installers/charm/vca-integrator-operator/pyproject.toml
installers/charm/vca-integrator-operator/tox.ini

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"
index 275137c..0268da8 100644 (file)
@@ -53,7 +53,6 @@ deps =
     black
     flake8
     flake8-docstrings
-    flake8-copyright
     flake8-builtins
     pyproject-flake8
     pep8-naming
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"
index 275137c..0268da8 100644 (file)
@@ -53,7 +53,6 @@ deps =
     black
     flake8
     flake8-docstrings
-    flake8-copyright
     flake8-builtins
     pyproject-flake8
     pep8-naming
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"
index 56c095b..b8effce 100644 (file)
@@ -53,7 +53,6 @@ deps =
     black
     flake8
     flake8-docstrings
-    flake8-copyright
     flake8-builtins
     pyproject-flake8
     pep8-naming
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"
index b791e14..bae1f1f 100644 (file)
@@ -54,7 +54,6 @@ deps =
     black
     flake8
     flake8-docstrings
-    flake8-copyright
     flake8-builtins
     pyproject-flake8
     pep8-naming
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"
index 13c9735..5fd7849 100644 (file)
@@ -54,7 +54,6 @@ deps =
     black
     flake8
     flake8-docstrings
-    flake8-copyright
     flake8-builtins
     pyproject-flake8
     pep8-naming
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"
index 275137c..0268da8 100644 (file)
@@ -53,7 +53,6 @@ deps =
     black
     flake8
     flake8-docstrings
-    flake8-copyright
     flake8-builtins
     pyproject-flake8
     pep8-naming
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"
index 0083afe..70089f8 100644 (file)
@@ -54,7 +54,6 @@ deps =
     black
     flake8==4.0.1
     flake8-docstrings
-    flake8-copyright
     flake8-builtins
     pyproject-flake8
     pep8-naming
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"]
index 1893353..6ef1fe3 100644 (file)
@@ -51,7 +51,6 @@ deps =
     black
     flake8
     flake8-docstrings
-    flake8-copyright
     flake8-builtins
     pylint
     pyproject-flake8