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.2](pylint-dev/pylint@v2.15.9...v2.16.2)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.0.1](pre-commit/mirrors-mypy@v0.991...v1.0.1)
- [github.com/PyCQA/isort: v5.11.3 → 5.12.0](PyCQA/isort@v5.11.3...5.12.0)
  • Loading branch information
pre-commit-ci[bot] authored Feb 20, 2023
1 parent 3d25c64 commit e8bfea4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.16.2
hooks:
- id: pylint
language: system
types: [python]
args: [-rn, -sn]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.0.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 Down

0 comments on commit e8bfea4

Please sign in to comment.