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 f51aacd commit 3aba418Copy full SHA for 3aba418
.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.3.0
+ rev: v4.4.0
6
hooks:
7
- id: check-added-large-files
8
- id: check-toml
@@ -12,14 +12,14 @@ repos:
12
- id: end-of-file-fixer
13
- id: trailing-whitespace
14
- repo: https://github.com/asottile/pyupgrade
15
- rev: v3.2.3
+ rev: v3.3.0
16
17
- id: pyupgrade
18
args:
19
- --py3-plus
20
- --keep-runtime-typing
21
- repo: https://github.com/charliermarsh/ruff-pre-commit
22
- rev: v0.0.146
+ rev: v0.0.158
23
24
- id: ruff
25
0 commit comments