Skip to content

Commit a857584

Browse files
committed
Update pre-commit
1 parent c32cdc9 commit a857584

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: trailing-whitespace
88
- id: check-toml
99
- repo: https://github.com/psf/black-pre-commit-mirror
10-
rev: 23.11.0
10+
rev: 24.1.1
1111
hooks:
1212
- id: black
1313
# It is recommended to specify the latest version of Python
@@ -16,13 +16,13 @@ repos:
1616
# https://pre-commit.com/#top_level-default_language_version
1717
language_version: python3.11
1818
- repo: https://github.com/pycqa/isort
19-
rev: 5.13.1
19+
rev: 5.13.2
2020
hooks:
2121
- id: isort
2222
name: isort (python)
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
2424
# Ruff version.
25-
rev: v0.1.7
25+
rev: v0.1.14
2626
hooks:
2727
- id: ruff
2828
- repo: https://github.com/numpy/numpydoc

0 commit comments

Comments
 (0)