We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b59ad commit 43eaf17Copy full SHA for 43eaf17
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.5.0
+ rev: v5.0.0
6
hooks:
7
- id: check-added-large-files
8
- id: check-toml
@@ -12,18 +12,18 @@ repos:
12
- id: end-of-file-fixer
13
- id: trailing-whitespace
14
- repo: https://github.com/asottile/pyupgrade
15
- rev: v3.15.0
+ rev: v3.18.0
16
17
- id: pyupgrade
18
args:
19
- --py38-plus
20
- repo: https://github.com/astral-sh/ruff-pre-commit
21
- rev: v0.0.292
+ rev: v0.6.9
22
23
- id: ruff
24
25
- --fix
26
- repo: https://github.com/psf/black
27
- rev: 23.9.1
+ rev: 24.10.0
28
29
- id: black
0 commit comments