Skip to content

Commit

Permalink
Merge pull request #273 from quarckster/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
quarckster authored May 4, 2023
2 parents 9ff1678 + 115f60a commit 7b3026e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
args:
- --application-directories=.:src:tests
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
language_version: python3
Expand All @@ -32,12 +32,12 @@ repos:
- --max-line-length=100
- --ignore=W503,E203
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.3.2
hooks:
- id: pyupgrade
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.1.1
rev: v1.2.0
hooks:
- id: mypy
language_version: python3
Expand Down

0 comments on commit 7b3026e

Please sign in to comment.