Skip to content

Commit de2ce35

Browse files
Bump version of pre-commit hooks (#85)
1 parent e9a7efc commit de2ce35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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.14.10
31+
rev: v0.14.14
3232
hooks:
3333
- id: ruff
3434
args: ['--output-format=full', '--fix', '--config', 'pyproject.toml']
@@ -47,7 +47,7 @@ repos:
4747
# -i arg is included by default by the hook
4848
args: ['-fallback-style=none']
4949
- repo: https://github.com/adrienverge/yamllint
50-
rev: v1.37.1
50+
rev: v1.38.0
5151
hooks:
5252
- id: yamllint
5353
args: ["--no-warnings", "--config-data", "{extends: default, rules: {line-length: disable}}"]

0 commit comments

Comments
 (0)