Skip to content

Commit 3a45ff6

Browse files
Update .pre-commit-config.yaml
1 parent 8d95ca2 commit 3a45ff6

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,33 @@
11
ci:
22
autofix_commit_msg: |
33
[pre-commit.ci] auto fixes from pre-commit.com hooks
4+
45
for more information, see https://pre-commit.ci
56
autofix_prs: true
67
autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
78
autoupdate_schedule: weekly
89
skip: []
910
submodules: false
1011
repos:
11-
- repo: git@github.com:pre-commit/pre-commit-hooks
12-
rev: v4.0.1
12+
- repo: https://github.com/pre-commit/pre-commit-hooks
13+
rev: v4.6.0
1314
hooks:
1415
- id: check-yaml
1516
- id: end-of-file-fixer
1617
- id: trailing-whitespace
17-
- repo: git@github.com:psf/black
18-
rev: 22.3.0
18+
- repo: https://github.com/psf/black
19+
rev: 24.4.2
1920
hooks:
2021
- id: black
2122
args: [--line-length=80, --target-version=py38]
22-
- repo: git@github.com:pycqa/isort
23-
rev: 5.11.5
23+
- repo: https://github.com/pycqa/isort
24+
rev: 5.13.2
2425
hooks:
2526
- id: isort
2627
name: isort (python)
2728
args: [--profile=black, --line-length=80]
28-
- repo: git@github.com:pycqa/pydocstyle
29-
rev: '6.1.1'
29+
- repo: https://github.com/pycqa/pydocstyle
30+
rev: '6.3.0'
3031
hooks:
3132
- id: pydocstyle
3233
args: [--convention=numpy]

0 commit comments

Comments
 (0)