We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e9e8b2 commit 0303efdCopy full SHA for 0303efd
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
5
- id: end-of-file-fixer
6
- id: trailing-whitespace
7
- repo: https://github.com/astral-sh/ruff-pre-commit
8
- rev: v0.1.5
+ rev: v0.1.6
9
hooks:
10
- id: ruff-format
11
- repo: https://github.com/codespell-project/codespell
@@ -36,7 +36,7 @@ repos:
36
- id: blacken-docs
37
additional_dependencies: [black==23.10.1]
38
39
40
41
- id: ruff
42
args: [--fix, --exit-non-zero-on-fix, --unsafe-fixes]
0 commit comments