Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#31)
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/pylint: v2.15.8 → v2.15.9](pylint-dev/pylint@v2.15.8...v2.15.9)
- [github.com/PyCQA/isort: 5.10.1 → v5.11.3](PyCQA/isort@5.10.1...v5.11.3)
- [github.com/PyCQA/docformatter: v1.5.0 → v1.5.1](PyCQA/docformatter@v1.5.0...v1.5.1)
- [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.4](pre-commit/mirrors-prettier@v2.7.1...v3.0.0-alpha.4)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Dec 19, 2022
1 parent 2787668 commit 3d25c64
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 @@ -8,7 +8,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/PyCQA/pylint
rev: v2.15.8
rev: v2.15.9
hooks:
- id: pylint
language: system
Expand All @@ -19,11 +19,11 @@ repos:
hooks:
- id: mypy
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: v5.11.3
hooks:
- id: isort
- repo: https://github.com/PyCQA/docformatter
rev: v1.5.0
rev: v1.5.1
hooks:
- id: docformatter
additional_dependencies: [tomli]
Expand All @@ -33,6 +33,6 @@ repos:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v3.0.0-alpha.4
hooks:
- id: prettier

0 comments on commit 3d25c64

Please sign in to comment.