Skip to content

Commit 19285b1

Browse files
authored
Merge pull request #96 from kadirnar/pre-commit-ci-update-config
fix(pre_commit): ⬆ pre_commit autoupdate
2 parents d7b1f3c + b46dc93 commit 19285b1

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 @@
22
# See https://pre-commit.com/hooks.html for more hooks
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: end-of-file-fixer
88
- id: trailing-whitespace
@@ -21,14 +21,14 @@ repos:
2121
- id: end-of-file-fixer
2222
- id: mixed-line-ending
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.9.0
24+
rev: v3.15.0
2525
hooks:
2626
- id: pyupgrade
2727
args:
2828
- --py3-plus
2929
- --keep-runtime-typing
3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: v0.0.280
31+
rev: v0.1.4
3232
hooks:
3333
- id: ruff
3434
args: [--fix, --exit-non-zero-on-fix]
@@ -44,7 +44,7 @@ repos:
4444
name: isort (pyi)
4545
types: [pyi]
4646
- repo: https://github.com/psf/black
47-
rev: 23.7.0
47+
rev: 23.10.1
4848
hooks:
4949
- id: black
5050
- repo: https://github.com/PyCQA/bandit
@@ -54,7 +54,7 @@ repos:
5454
args: ["-c", "pyproject.toml"]
5555
additional_dependencies: ["bandit[toml]"]
5656
- repo: https://github.com/PyCQA/autoflake
57-
rev: v2.2.0
57+
rev: v2.2.1
5858
hooks:
5959
- id: autoflake
6060

0 commit comments

Comments
 (0)