Skip to content

Commit 8ad9dfd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/psf/black-pre-commit-mirror: 24.3.0 → 25.9.0](psf/black-pre-commit-mirror@24.3.0...25.9.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.3.0](PyCQA/flake8@7.0.0...7.3.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1)
1 parent d4b9045 commit 8ad9dfd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-byte-order-marker
@@ -15,18 +15,18 @@ repos:
1515
- id: sort-simple-yaml
1616
- id: trailing-whitespace
1717
- repo: https://github.com/psf/black-pre-commit-mirror
18-
rev: 24.3.0
18+
rev: 25.9.0
1919
hooks:
2020
- id: black
2121
args:
2222
- src/feature_store
2323
- tests
2424
- repo: https://github.com/PyCQA/flake8
25-
rev: 7.0.0
25+
rev: 7.3.0
2626
hooks:
2727
- id: flake8
2828
- repo: https://github.com/pycqa/isort
29-
rev: 5.13.2
29+
rev: 6.0.1
3030
hooks:
3131
- id: isort
3232
name: isort (python)

0 commit comments

Comments
 (0)