Skip to content

Commit 00ffee6

Browse files
authored
Merge pull request #76 from diffpy/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents f7d2f7d + 2024f66 commit 00ffee6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,27 @@ ci:
1111
submodules: false
1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.4.0
14+
rev: v4.6.0
1515
hooks:
1616
- id: check-yaml
1717
- id: end-of-file-fixer
1818
- id: trailing-whitespace
1919
exclude: '\.(rst|txt)$'
20-
- repo: https://github.com/ambv/black
21-
rev: 23.3.0
20+
- repo: https://github.com/psf/black
21+
rev: 24.4.2
2222
hooks:
2323
- id: black
2424
- repo: https://github.com/pycqa/flake8
25-
rev: 6.0.0
25+
rev: 7.0.0
2626
hooks:
2727
- id: flake8
2828
- repo: https://github.com/pycqa/isort
29-
rev: 5.12.0
29+
rev: 5.13.2
3030
hooks:
3131
- id: isort
3232
args: ["--profile", "black"]
3333
- repo: https://github.com/kynan/nbstripout
34-
rev: 0.6.1
34+
rev: 0.7.1
3535
hooks:
3636
- id: nbstripout
3737
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)