We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b41f88 commit 4b7ad4fCopy full SHA for 4b7ad4f
1 file changed
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ repos:
4
rev: v0.11.0
5
hooks:
6
- id: ruff
7
- args: [--fix, --respect-gitignore, --config=pyproject.toml]
+ args: [--fix, --respect-gitignore, --config=pyproject.toml, --ignore=UP038]
8
- id: ruff-format
9
args: [--config=pyproject.toml]
10
0 commit comments