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 78f7f60 commit 6deb34fCopy full SHA for 6deb34f
.pre-commit-config.yaml
@@ -13,7 +13,6 @@ repos:
13
rev: "v0.6.3"
14
hooks:
15
- id: ruff
16
- exclude: tests/testdata
17
args: ["--fix"]
18
- repo: https://github.com/Pierre-Sassoulas/copyright_notice_precommit
19
rev: 0.1.2
pyproject.toml
@@ -98,6 +98,8 @@ ignore_missing_imports = true
98
[tool.ruff]
99
target-version = "py39"
100
101
+exclude = ["tests/testdata/"]
102
+
103
# ruff is less lenient than pylint and does not make any exceptions
104
# (for docstrings, strings and comments in particular).
105
line-length = 110
0 commit comments