Skip to content

Commit aed49e2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.11.4](astral-sh/ruff-pre-commit@v0.8.6...v0.11.4) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/pycqa/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0) - [github.com/PyCQA/bandit: 1.8.0 → 1.8.3](PyCQA/bandit@1.8.0...1.8.3)
1 parent 1c4e709 commit aed49e2

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
@@ -20,7 +20,7 @@ repos:
2020
args: [--markdown-linebreak-ext=md]
2121

2222
- repo: https://github.com/psf/black
23-
rev: 24.10.0
23+
rev: 25.1.0
2424
hooks:
2525
- id: black
2626

@@ -32,27 +32,27 @@ repos:
3232
- "--py310-plus"
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: "v0.8.6"
35+
rev: "v0.11.4"
3636
hooks:
3737
- id: ruff
3838
args: ["--fix-only"]
3939

4040
- repo: https://github.com/pycqa/isort
41-
rev: 5.13.2
41+
rev: 6.0.1
4242
hooks:
4343
- id: isort
4444
args: ["--profile", "black", "--filter-files"]
4545

4646
- repo: https://github.com/pycqa/flake8
47-
rev: 7.1.1
47+
rev: 7.2.0
4848
hooks:
4949
- id: flake8
5050
language: python
5151
types: [python]
5252
args: ["--config=setup.cfg", "--select=E9,F63,F7,F82"]
5353

5454
- repo: https://github.com/PyCQA/bandit
55-
rev: 1.8.0
55+
rev: 1.8.3
5656
hooks:
5757
- id: bandit
5858
args: ["--configfile", "bandit.yaml"]

0 commit comments

Comments
 (0)