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.17.1](pylint-dev/pylint@v2.15.9...v2.17.1)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.1.1](pre-commit/mirrors-mypy@v0.991...v1.1.1)
- [github.com/PyCQA/isort: v5.11.3 → 5.12.0](PyCQA/isort@v5.11.3...5.12.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v3.0.0-alpha.6](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v3.0.0-alpha.6)
  • Loading branch information
pre-commit-ci[bot] authored Mar 27, 2023
1 parent 3d25c64 commit c60979f
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,22 +4,22 @@ 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.17.1
hooks:
- id: pylint
language: system
types: [python]
args: [-rn, -sn]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.1.1
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
Expand All @@ -33,6 +33,6 @@ repos:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.4
rev: v3.0.0-alpha.6
hooks:
- id: prettier

0 comments on commit c60979f

Please sign in to comment.