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/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/psf/black: 22.10.0 → 23.1.0](psf/black@22.10.0...23.1.0)
- [github.com/pycqa/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)
- [github.com/pre-commit/mirrors-mypy: v0.982 → v1.0.1](pre-commit/mirrors-mypy@v0.982...v1.0.1)
  • Loading branch information
pre-commit-ci[bot] authored Feb 21, 2023
1 parent 9eafbcb commit 7415de5
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
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.1.0
hooks:
- id: black
language_version: python3.8
Expand All @@ -16,12 +16,12 @@ repos:
- id: seed-isort-config
args: [--application-directories=src]
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
args: ["./src", "./tests"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.982
rev: v1.0.1
hooks:
- id: mypy
exclude: ^testing/resources/

0 comments on commit 7415de5

Please sign in to comment.