Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 1, 2024
1 parent 93bcfad commit 2005609
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 @@ -19,7 +19,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: v1.8.0
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -46,7 +46,7 @@ repos:
hooks:
- id: yesqa
- repo: https://github.com/psf/black
rev: 23.12.0
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
Expand Down Expand Up @@ -76,7 +76,7 @@ repos:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/crate-ci/typos
rev: v1.16.25
rev: v1.16.26
hooks:
- id: typos
- repo: https://github.com/pycqa/autoflake
Expand Down

0 comments on commit 2005609

Please sign in to comment.