Skip to content

Commit eaf2913

Browse files
pre-commit-ci[bot]Synss
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.6.9 → v0.7.2](astral-sh/ruff-pre-commit@v0.6.9...v0.7.2) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0) - [github.com/abravalheri/validate-pyproject: v0.20.2 → v0.22](abravalheri/validate-pyproject@v0.20.2...v0.22)
1 parent 64f57ba commit eaf2913

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
- id: end-of-file-fixer
3333
- id: trailing-whitespace
3434
- repo: 'https://github.com/charliermarsh/ruff-pre-commit'
35-
rev: v0.6.9
35+
rev: v0.7.2
3636
hooks:
3737
- id: ruff
3838
- repo: 'https://github.com/psf/black'
@@ -69,14 +69,14 @@ repos:
6969
- '--disable=no-name-in-module'
7070
- '--disable=import-error'
7171
- repo: 'https://github.com/asottile/pyupgrade'
72-
rev: v3.17.0
72+
rev: v3.19.0
7373
hooks:
7474
- id: pyupgrade
7575
types_or: [cython, python]
7676
args:
7777
- '--py38-plus'
7878
- '--keep-runtime-typing'
7979
- repo: 'https://github.com/abravalheri/validate-pyproject'
80-
rev: v0.20.2
80+
rev: v0.22
8181
hooks:
8282
- id: validate-pyproject

0 commit comments

Comments
 (0)