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/psf/black: 21.11b0 → 22.8.0](psf/black@21.11b0...22.8.0)
- [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4)
- [github.com/asottile/pyupgrade: v2.29.1 → v2.38.0](asottile/pyupgrade@v2.29.1...v2.38.0)
  • Loading branch information
pre-commit-ci[bot] committed Sep 20, 2022
1 parent f3749b7 commit 7b83a9e
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 @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for info on hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.3.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -18,12 +18,12 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 21.11b0
rev: 22.8.0
hooks:
- id: black

- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
args: [--max-line-length=88]
Expand All @@ -35,7 +35,7 @@ repos:
- id: isort

- repo: https://github.com/asottile/pyupgrade
rev: v2.29.1
rev: v2.38.0
hooks:
- id: pyupgrade
args: [--py36-plus]

0 comments on commit 7b83a9e

Please sign in to comment.