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/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1)
- [github.com/pre-commit/mirrors-mypy: v0.910 → v0.910-1](pre-commit/mirrors-mypy@v0.910...v0.910-1)
- [github.com/asottile/pyupgrade: v2.28.0 → v2.29.0](asottile/pyupgrade@v2.28.0...v2.29.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 11, 2021
1 parent 487ff98 commit 3eacac1
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 @@ -31,7 +31,7 @@ repos:
- --line-length=110

- repo: https://github.com/PyCQA/flake8
rev: '3.9.2'
rev: '4.0.1'
hooks:
- id: flake8
additional_dependencies: ['pep8-naming', 'flake8-docstrings']
Expand All @@ -42,7 +42,7 @@ repos:
- id: pylint

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910
rev: v0.910-1
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -56,7 +56,7 @@ repos:
- --no-strict-optional

- repo: https://github.com/asottile/pyupgrade
rev: v2.28.0
rev: v2.29.0
hooks:
- id: pyupgrade

Expand Down

0 comments on commit 3eacac1

Please sign in to comment.