We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c32cdc9 commit a857584Copy full SHA for a857584
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
7
- id: trailing-whitespace
8
- id: check-toml
9
- repo: https://github.com/psf/black-pre-commit-mirror
10
- rev: 23.11.0
+ rev: 24.1.1
11
hooks:
12
- id: black
13
# It is recommended to specify the latest version of Python
@@ -16,13 +16,13 @@ repos:
16
# https://pre-commit.com/#top_level-default_language_version
17
language_version: python3.11
18
- repo: https://github.com/pycqa/isort
19
- rev: 5.13.1
+ rev: 5.13.2
20
21
- id: isort
22
name: isort (python)
23
- repo: https://github.com/astral-sh/ruff-pre-commit
24
# Ruff version.
25
- rev: v0.1.7
+ rev: v0.1.14
26
27
- id: ruff
28
- repo: https://github.com/numpy/numpydoc
0 commit comments