Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

Commit 2c067a0

Browse files
Merge pull request #96 from cmelab/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b658c1f + 2374ccf commit 2c067a0

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
@@ -6,18 +6,18 @@ repos:
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/psf/black
9-
rev: 22.12.0
9+
rev: 23.1.0
1010
hooks:
1111
- id: black
1212
additional_dependencies: ['click==8.0.4']
1313
args: [--line-length=80]
1414
- repo: https://github.com/pycqa/isort
15-
rev: v5.11.3
15+
rev: 5.12.0
1616
hooks:
1717
- id: isort
1818
name: isort (python)
1919
- repo: https://github.com/pycqa/pydocstyle
20-
rev: '6.1.1'
20+
rev: '6.3.0'
2121
hooks:
2222
- id: pydocstyle
2323
exclude: ^(planckton/tests/|planckton/compounds/|planckton/forcefields/|setup.py)

0 commit comments

Comments
 (0)