Skip to content

Commit 5b2f269

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#346)
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.6.9](astral-sh/ruff-pre-commit@v0.5.0...v0.6.9) - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0) - [github.com/pycqa/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) <!--pre-commit.ci end-->
2 parents e9170be + 615e108 commit 5b2f269

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: ".venv|__pycache__|tests/dev/|tests/fixtures/"
22
fail_fast: false
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-added-large-files
88
args: ["--maxkb=500"]
@@ -22,20 +22,20 @@ repos:
2222
args: [--markdown-linebreak-ext=md]
2323

2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.16.0
25+
rev: v3.17.0
2626
hooks:
2727
- id: pyupgrade
2828
args:
2929
- "--py39-plus"
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: "v0.5.0"
32+
rev: "v0.6.9"
3333
hooks:
3434
- id: ruff
3535
args: ["--fix-only", "--target-version=py39"]
3636

3737
- repo: https://github.com/psf/black
38-
rev: 24.4.2
38+
rev: 24.10.0
3939
hooks:
4040
- id: black
4141
args: ["--target-version=py39"]
@@ -47,7 +47,7 @@ repos:
4747
args: ["--profile", "black", "--filter-files"]
4848

4949
- repo: https://github.com/pycqa/flake8
50-
rev: 7.1.0
50+
rev: 7.1.1
5151
hooks:
5252
- id: flake8
5353
language: python

0 commit comments

Comments
 (0)