Skip to content

Commit ed71656

Browse files
pre-commit-ci[bot]pauloxnet
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/rtts/djhtml: 3.0.7 → 3.0.8](rtts/djhtml@3.0.7...3.0.8) - [github.com/tox-dev/pyproject-fmt: v2.5.1 → v2.6.0](tox-dev/pyproject-fmt@v2.5.1...v2.6.0)
1 parent 253cc2a commit ed71656

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
- id: mixed-line-ending
2929
- id: trailing-whitespace
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: "v3.19.1"
31+
rev: "v3.20.0"
3232
hooks:
3333
- id: pyupgrade
3434
args: [--py312]
@@ -57,12 +57,12 @@ repos:
5757
hooks:
5858
- id: flake8
5959
- repo: https://github.com/rtts/djhtml
60-
rev: "3.0.7"
60+
rev: "3.0.8"
6161
hooks:
6262
- id: djhtml
6363
files: .*/templates/.*\.html$
6464
- repo: https://github.com/tox-dev/pyproject-fmt
65-
rev: "v2.5.1"
65+
rev: "v2.6.0"
6666
hooks:
6767
- id: pyproject-fmt
6868
- repo: https://github.com/mrtazz/checkmake.git

0 commit comments

Comments
 (0)