mirror of
https://github.com/biopython/biopython.git
synced 2025-10-20 13:43:47 +08:00
[pre-commit.ci] autoupdate (#4453)
* [pre-commit.ci] autoupdate updates: - [github.com/psf/black: 22.12.0 → 23.9.1](https://github.com/psf/black/compare/22.12.0...23.9.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](https://github.com/PyCQA/flake8/compare/6.0.0...6.1.0) - [github.com/pre-commit/mirrors-mypy: v1.5.0 → v1.5.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.5.0...v1.5.1) - [github.com/asottile/blacken-docs: 1.14.0 → 1.16.0](https://github.com/asottile/blacken-docs/compare/1.14.0...1.16.0) - [github.com/rstcheck/rstcheck: v6.1.2 → v6.2.0](https://github.com/rstcheck/rstcheck/compare/v6.1.2...v6.2.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](https://github.com/codespell-project/codespell/compare/v2.2.5...v2.2.6) * Revert black update --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Peter Cock <p.j.a.cock@googlemail.com>
This commit is contained in:
committed by
GitHub
parent
a09f38b468
commit
97230db93c
@ -19,7 +19,7 @@ repos:
|
||||
- id: black
|
||||
args: [--check,--target-version,py38]
|
||||
- repo: https://github.com/PyCQA/flake8
|
||||
rev: 6.0.0
|
||||
rev: 6.1.0
|
||||
hooks:
|
||||
- id: flake8
|
||||
additional_dependencies: [
|
||||
@ -32,19 +32,19 @@ repos:
|
||||
'pydocstyle>=6.0.0',
|
||||
]
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v1.5.0
|
||||
rev: v1.5.1
|
||||
hooks:
|
||||
- id: mypy
|
||||
# equivalent to "files" in .mypy.ini
|
||||
files: '^(Bio|BioSQL)/'
|
||||
- repo: https://github.com/asottile/blacken-docs
|
||||
rev: 1.14.0
|
||||
rev: 1.16.0
|
||||
hooks:
|
||||
- id: blacken-docs
|
||||
additional_dependencies: [black==22.12.0]
|
||||
exclude: ^.github/
|
||||
- repo: https://github.com/rstcheck/rstcheck
|
||||
rev: v6.1.2
|
||||
rev: v6.2.0
|
||||
hooks:
|
||||
- id: rstcheck
|
||||
args: [
|
||||
@ -59,7 +59,7 @@ repos:
|
||||
additional_dependencies: [pygments]
|
||||
args: [--quiet,--ignore-path=Doc/examples/ec_*.txt, --ignore=D004]
|
||||
- repo: https://github.com/codespell-project/codespell
|
||||
rev: v2.2.5
|
||||
rev: v2.2.6
|
||||
hooks:
|
||||
- id: codespell
|
||||
files: \.(rst|md|tex)$
|
||||
|
Reference in New Issue
Block a user