Skip to content

Commit 350e2ee

Browse files
Bump version of pre-commit hooks (#55)
1 parent f617d2a commit 350e2ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
- id: sort-simple-yaml
2929
- id: trailing-whitespace
3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: v0.13.2
31+
rev: v0.14.3
3232
hooks:
3333
- id: ruff
3434
args: ['--output-format=full', '--fix', '--config', 'pyproject.toml']
@@ -59,6 +59,6 @@ repos:
5959
- id: hadolint-docker
6060

6161
- repo: https://github.com/asottile/pyupgrade
62-
rev: v3.20.0
62+
rev: v3.21.0
6363
hooks:
6464
- id: pyupgrade

0 commit comments

Comments
 (0)