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.1.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.1.0...v4.4.0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 4.0.1 → 6.1.0](PyCQA/flake8@4.0.1...6.1.0)
- [github.com/asottile/yesqa: v0.0.10 → v1.5.0](asottile/yesqa@v0.0.10...v1.5.0)
- [github.com/pre-commit/mirrors-mypy: v0.942 → v1.5.0](pre-commit/mirrors-mypy@v0.942...v1.5.0)
  • Loading branch information
pre-commit-ci[bot] authored Aug 14, 2023
1 parent 523ed56 commit 2c94bf2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.4.0
hooks:
- id: check-ast
- id: check-docstring-first
Expand All @@ -10,8 +10,8 @@ repos:
- id: debug-statements
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://gitlab.com/pycqa/flake8
rev: 4.0.1
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -20,7 +20,7 @@ repos:
- flake8-comprehensions
- flake8-commas
- repo: https://github.com/asottile/yesqa
rev: v0.0.10
rev: v1.5.0
hooks:
- id: yesqa
additional_dependencies:
Expand All @@ -30,6 +30,6 @@ repos:
- flake8-comprehensions
- flake8-commas
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.942
rev: v1.5.0
hooks:
- id: mypy

0 comments on commit 2c94bf2

Please sign in to comment.