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 456da2c commit 593ce13Copy full SHA for 593ce13
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: ^(secrets/)
2
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.6.0
+ rev: v5.0.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
@@ -13,14 +13,14 @@ repos:
13
- id: mixed-line-ending
14
15
- repo: https://github.com/asottile/pyupgrade
16
- rev: v3.15.2
+ rev: v3.18.0
17
18
- id: pyupgrade
19
args:
20
- "--py38-plus"
21
22
- repo: https://github.com/psf/black
23
- rev: 24.3.0
+ rev: 24.10.0
24
25
- id: black
26
- id: black-jupyter
@@ -31,7 +31,7 @@ repos:
31
- id: blackdoc
32
33
- repo: https://github.com/astral-sh/ruff-pre-commit
34
- rev: "v0.3.5"
+ rev: "v0.6.9"
35
36
- id: ruff
37
args: ["--fix"]
0 commit comments