Skip to content

Commit 8825f40

Browse files
committed
temp precommit
1 parent 5898d91 commit 8825f40

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.pre-commit-config.yaml

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,32 @@
11
ci:
22
autofix_commit_msg: |
33
[pre-commit.ci] auto fixes from pre-commit.com hooks
4-
54
for more information, see https://pre-commit.ci
65
autofix_prs: true
76
autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
87
autoupdate_schedule: weekly
98
skip: []
109
submodules: false
1110
repos:
12-
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.6.0
11+
- repo: git@github.com:pre-commit/pre-commit-hooks
12+
rev: v4.0.1
1413
hooks:
1514
- id: check-yaml
1615
- id: end-of-file-fixer
1716
- id: trailing-whitespace
18-
- repo: https://github.com/psf/black
19-
rev: 24.4.2
17+
- repo: git@github.com:psf/black
18+
rev: 22.3.0
2019
hooks:
2120
- id: black
2221
args: [--line-length=80, --target-version=py38]
23-
- repo: https://github.com/pycqa/isort
24-
rev: 5.13.2
22+
- repo: git@github.com:pycqa/isort
23+
rev: 5.11.5
2524
hooks:
2625
- id: isort
2726
name: isort (python)
2827
args: [--profile=black, --line-length=80]
29-
- repo: https://github.com/pycqa/pydocstyle
30-
rev: '6.3.0'
28+
- repo: git@github.com:pycqa/pydocstyle
29+
rev: '6.1.1'
3130
hooks:
3231
- id: pydocstyle
3332
args: [--convention=numpy]

0 commit comments

Comments
 (0)