Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#41)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/PyCQA/flake8: 6.0.0 →
6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/pre-commit/mirrors-mypy: v1.4.1 →
v1.5.0](pre-commit/mirrors-mypy@v1.4.1...v1.5.0)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Aug 15, 2023
1 parent 1d101e0 commit 1065c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:

# Python linter (Flake8)
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8

Expand All @@ -44,7 +44,7 @@ repos:

# Python type checking
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.4.1'
rev: 'v1.5.0'
hooks:
- id: mypy
args: [src]
Expand Down

0 comments on commit 1065c77

Please sign in to comment.