Skip to content

Commit 0a36ea6

Browse files
authored
Merge branch 'main' into feat/changelog_0_36_0
2 parents 72dcac8 + d001e43 commit 0a36ea6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exclude: "node_modules|migrations|.venv|tests/dev/|tests/fixtures/"
44
fail_fast: false
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.6.0
7+
rev: v5.0.0
88
hooks:
99
- id: check-added-large-files
1010
args: ["--maxkb=500"]
@@ -20,19 +20,19 @@ repos:
2020
args: [--markdown-linebreak-ext=md]
2121

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

2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.16.0
28+
rev: v3.17.0
2929
hooks:
3030
- id: pyupgrade
3131
args:
3232
- "--py310-plus"
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: "v0.5.0"
35+
rev: "v0.6.9"
3636
hooks:
3737
- id: ruff
3838
args: ["--fix-only"]
@@ -44,15 +44,15 @@ repos:
4444
args: ["--profile", "black", "--filter-files"]
4545

4646
- repo: https://github.com/pycqa/flake8
47-
rev: 7.1.0
47+
rev: 7.1.1
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.7.9
55+
rev: 1.7.10
5656
hooks:
5757
- id: bandit
5858
args: ["--configfile", "bandit.yaml"]

0 commit comments

Comments
 (0)