Skip to content

Commit 10c19e8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/asottile/pyupgrade: v3.14.0 → v3.15.0](asottile/pyupgrade@v3.14.0...v3.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.9](astral-sh/ruff-pre-commit@v0.0.292...v0.1.9) - [github.com/psf/black: 23.9.1 → 23.12.1](psf/black@23.9.1...23.12.1) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
1 parent cee192e commit 10c19e8

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

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.5.0
66
hooks:
77
- id: check-added-large-files
88
args: ["--maxkb=500"]
@@ -18,25 +18,25 @@ repos:
1818
args: [--markdown-linebreak-ext=md]
1919

2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.14.0
21+
rev: v3.15.0
2222
hooks:
2323
- id: pyupgrade
2424
args:
2525
- "--py39-plus"
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: "v0.0.292"
28+
rev: "v0.1.9"
2929
hooks:
3030
- id: ruff
3131
args: ["--fix-only"]
3232

3333
- repo: https://github.com/psf/black
34-
rev: 23.9.1
34+
rev: 23.12.1
3535
hooks:
3636
- id: black
3737

3838
- repo: https://github.com/pycqa/isort
39-
rev: 5.12.0
39+
rev: 5.13.2
4040
hooks:
4141
- id: isort
4242
args: ["--profile", "black", "--filter-files"]

0 commit comments

Comments
 (0)