Skip to content

Commit 3fb8d9f

Browse files
authored
Merge pull request #453 from autoatml/pre-commit-ci-update-config
pre-commit autoupdate
2 parents 9e9ae18 + 99e88ba commit 3fb8d9f

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
@@ -9,7 +9,7 @@ default_language_version:
99
python: python3
1010
repos:
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.13.3
12+
rev: v0.14.3
1313
hooks:
1414
- id: ruff
1515
args: [--fix, --extend-ignore, FA102]
@@ -20,7 +20,7 @@ repos:
2020
- id: end-of-file-fixer
2121
- id: trailing-whitespace
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.20.0
23+
rev: v3.21.0
2424
hooks:
2525
- id: pyupgrade
2626
- repo: https://github.com/psf/black-pre-commit-mirror

0 commit comments

Comments
 (0)