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 1feb11c commit 59bf85bCopy full SHA for 59bf85b
.pre-commit-config.yaml
@@ -3,13 +3,13 @@
3
repos:
4
5
- repo: https://github.com/asottile/pyupgrade
6
- rev: v3.7.0
+ rev: v3.9.0
7
hooks:
8
- id: pyupgrade
9
args: ["--py38-plus"]
10
11
- repo: https://github.com/charliermarsh/ruff-pre-commit
12
- rev: v0.0.275
+ rev: v0.0.278
13
14
- id: ruff
15
args: [--fix, --exit-non-zero-on-fix]
@@ -21,7 +21,7 @@ repos:
21
args: ["--profile", "black"]
22
23
- repo: https://github.com/psf/black
24
- rev: 23.3.0
+ rev: 23.7.0
25
26
- id: black
27
0 commit comments