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 d2022a0 commit 0fac0b6Copy full SHA for 0fac0b6
.pre-commit-config.yaml
@@ -6,11 +6,11 @@ repos:
6
- id: trailing-whitespace
7
- id: end-of-file-fixer
8
- repo: https://github.com/hauntsaninja/black-pre-commit-mirror
9
- rev: 23.3.0 # must match test-requirements.txt
+ rev: 23.7.0 # must match test-requirements.txt
10
hooks:
11
- id: black
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: v0.0.272 # must match test-requirements.txt
+ rev: v0.0.280 # must match test-requirements.txt
14
15
- id: ruff
16
args: [--exit-non-zero-on-fix]
0 commit comments