We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab78848 commit e71ec81Copy full SHA for e71ec81
pyproject.toml
@@ -82,6 +82,7 @@ ddt = "1.7.2"
82
flake8 = { version = "7.1.1", python = ">=3.8.1" }
83
flake8-annotations = { version = "3.1.1", python = ">=3.8.1" }
84
flake8-bugbear = { version = "24.8.19", python = ">=3.8.1" }
85
+flake8-copyright-validator = "^0.0.1"
86
flake8-isort = "6.1.1"
87
flake8-quotes = "3.4.0"
88
flake8-use-fstring = "1.4"
@@ -101,7 +102,7 @@ pip = ">=23.0"
101
102
pipenv = ">=2023.11.5"
103
poetry = "^1.7"
104
pdm = "^2.11"
-flake8-copyright-validator = "^0.0.1"
105
+
106
107
108
0 commit comments