mirror of https://github.com/phonopy/phono3py.git
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.10.1 → 23.11.0](https://github.com/psf/black/compare/23.10.1...23.11.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.1](https://github.com/pycqa/isort/compare/5.12.0...5.13.1)
This commit is contained in:
parent
6233afbfbc
commit
02795bc24c
|
@ -19,7 +19,7 @@ repos:
|
|||
- "--ignore=E203,W503"
|
||||
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 23.10.1
|
||||
rev: 23.11.0
|
||||
hooks:
|
||||
- id: black
|
||||
args:
|
||||
|
@ -31,7 +31,7 @@ repos:
|
|||
- id: pydocstyle
|
||||
|
||||
- repo: https://github.com/pycqa/isort
|
||||
rev: 5.12.0
|
||||
rev: 5.13.1
|
||||
hooks:
|
||||
- id: isort
|
||||
name: isort (python)
|
||||
|
|
Loading…
Reference in New Issue