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/psf/black: 22.1.0 → 22.10.0](psf/black@22.1.0...22.10.0)
- [github.com/asottile/pyupgrade: v2.31.0 → v3.0.0](asottile/pyupgrade@v2.31.0...v3.0.0)
- [github.com/pycqa/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4)
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.1.0...v4.3.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 10, 2022
1 parent c7c28ed commit 33c9e1e
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 @@ -6,24 +6,24 @@ repos:
args: ["--profile", "black"]

- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.10.0
hooks:
- id: black

- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v3.0.0
hooks:
- id: pyupgrade
args: ["--py39-plus"]

- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
additional_dependencies: [pep8-naming]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down

0 comments on commit 33c9e1e

Please sign in to comment.