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 93b6011 commit e5a05d3Copy full SHA for e5a05d3
.pre-commit-config.yaml
@@ -1,18 +1,18 @@
1
repos:
2
- repo: https://github.com/adamchainz/django-upgrade
3
- rev: 1.24.0
+ rev: 1.25.0
4
hooks:
5
- id: django-upgrade
6
args: [--target-version, "4.2"]
7
8
- repo: https://github.com/asottile/pyupgrade
9
- rev: v3.19.1
+ rev: v3.20.0
10
11
- id: pyupgrade
12
args: [--py39-plus]
13
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
- rev: v5.0.0
+ rev: v6.0.0
16
17
- id: check-executables-have-shebangs
18
- id: check-illegal-windows-names
0 commit comments