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 b170e9c commit 8ec7ae2Copy full SHA for 8ec7ae2
.pre-commit-config.yaml
@@ -10,12 +10,12 @@ repos:
10
- id: check-toml
11
- id: check-json
12
- id: check-added-large-files
13
-- repo: https://github.com/charliermarsh/ruff-pre-commit
14
- rev: v0.0.270
+- repo: https://github.com/astral-sh/ruff-pre-commit
+ rev: v0.0.277
15
hooks:
16
- id: ruff
17
args: [ --fix, --exit-non-zero-on-fix ]
18
- repo: https://github.com/psf/black
19
- rev: 23.3.0
+ rev: 23.7.0
20
21
- id: black
0 commit comments