Skip to content

Commit a43c1b1

Browse files
committed
chore: [gh] version bumps in .pre-commit-config.yaml [skip ci]
1 parent b481fdb commit a43c1b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ repos:
99
args: ["--ignore-words=codespell.txt"]
1010
exclude: 'codespell.txt|\.svg$'
1111
- repo: https://github.com/pre-commit/mirrors-prettier
12-
rev: v4.0.0-alpha.3
12+
rev: v4.0.0-alpha.4
1313
hooks:
1414
- id: prettier
1515
- repo: https://github.com/psf/black
16-
rev: 23.11.0
16+
rev: 23.12.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/PyCQA/flake8
2020
rev: 6.1.0
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.12.0
24+
rev: 5.13.1
2525
hooks:
2626
- id: isort
2727
args: ["--settings-path=pyproject.toml"]
@@ -33,7 +33,7 @@ repos:
3333
language: script
3434
types: [python]
3535
- repo: https://github.com/PyCQA/bandit
36-
rev: 1.7.5
36+
rev: 1.7.6
3737
hooks:
3838
- id: bandit
3939
args: ["-ll"]

0 commit comments

Comments
 (0)