Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0)
- [github.com/PyCQA/pylint: v2.15.9 → v2.16.1](pylint-dev/pylint@v2.15.9...v2.16.1)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.0.0](pre-commit/mirrors-mypy@v0.991...v1.0.0)
- [github.com/PyCQA/isort: v5.11.3 → 5.12.0](PyCQA/isort@v5.11.3...5.12.0)
- [github.com/PyCQA/docformatter: v1.5.1 → v1.6.0.rc1](PyCQA/docformatter@v1.5.1...v1.6.0.rc1)
  • Loading branch information
pre-commit-ci[bot] authored Feb 13, 2023
1 parent 3d25c64 commit 5f7ecf8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@ ci:

repos:
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/PyCQA/pylint
rev: v2.15.9
rev: v2.16.1
hooks:
- id: pylint
language: system
types: [python]
args: [-rn, -sn]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.0.0
hooks:
- id: mypy
- repo: https://github.com/PyCQA/isort
rev: v5.11.3
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/PyCQA/docformatter
rev: v1.5.1
rev: v1.6.0.rc1
hooks:
- id: docformatter
additional_dependencies: [tomli]
Expand Down

0 comments on commit 5f7ecf8

Please sign in to comment.