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.
2 parents 2d17bfa + edcd29e commit 7184799Copy full SHA for 7184799
pytest.ini
@@ -1,2 +1,2 @@
1
[pytest]
2
-addopts = -s -v --ignore=build --ignore=dist --ignore=dysql.egg-info --ignore=setup.py
+addopts = -s -v --ignore=build --ignore=dist --ignore=dysql.egg-info
ruff.toml
@@ -4,7 +4,6 @@ preview = true
4
extend-select = ["CPY"]
5
6
[extend-per-file-ignores]
7
-"setup.py" = ["CPY"]
8
"dysql/version.py" = ["CPY"]
9
10
[lint.flake8-copyright]
setup.cfg
0 commit comments