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 ec44015 commit 115e4e5Copy full SHA for 115e4e5
.pre-commit-config.yaml
@@ -6,12 +6,12 @@ repos:
6
- id: trailing-whitespace
7
- id: end-of-file-fixer
8
- repo: https://github.com/psf/black-pre-commit-mirror
9
- rev: 24.1.1 # must match test-requirements.txt
+ rev: 24.3.0 # must match test-requirements.txt
10
hooks:
11
- id: black
12
exclude: '^(test-data/)'
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: v0.2.0 # must match test-requirements.txt
+ rev: v0.3.5 # must match test-requirements.txt
15
16
- id: ruff
17
args: [--exit-non-zero-on-fix]
0 commit comments