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.0.1 → v4.3.0](pre-commit/pre-commit-hooks@v4.0.1...v4.3.0)
- [github.com/asottile/reorder_python_imports: v2.6.0 → v3.8.2](asottile/reorder-python-imports@v2.6.0...v3.8.2)
- [github.com/psf/black: 21.9b0 → 22.6.0](psf/black@21.9b0...22.6.0)
- [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4)
  • Loading branch information
pre-commit-ci[bot] authored Aug 8, 2022
1 parent 74c07e1 commit 5d288c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ minimum_pre_commit_version: "2.15.0"

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -20,17 +20,17 @@ repos:
- id: requirements-txt-fixer

- repo: https://github.com/asottile/reorder_python_imports
rev: v2.6.0
rev: v3.8.2
hooks:
- id: reorder-python-imports

- repo: https://github.com/psf/black
rev: 21.9b0
rev: 22.6.0
hooks:
- id: black

- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
additional_dependencies: [flake8-typing-imports==1.7.0]
Expand Down

0 comments on commit 5d288c1

Please sign in to comment.