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 ea91d7e commit 853ea48Copy full SHA for 853ea48
.pre-commit-config.yaml
@@ -2,22 +2,22 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/psf/black
5
- rev: 23.11.0
+ rev: 24.8.0
6
hooks:
7
- id: black
8
- repo: https://github.com/pycqa/isort
9
- rev: 5.12.0
+ rev: 5.13.2
10
11
- id: isort
12
- repo: https://github.com/pre-commit/pre-commit-hooks
13
- rev: v4.5.0
+ rev: v4.6.0
14
15
- id: trailing-whitespace
16
- id: end-of-file-fixer
17
- id: check-yaml
18
- id: check-added-large-files
19
- repo: https://github.com/asottile/pyupgrade
20
- rev: v3.15.0
+ rev: v3.17.0
21
22
- id: pyupgrade
23
args: [--py38-plus]
0 commit comments