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/asottile/pyupgrade: v2.37.2 β†’ v3.3.1](asottile/pyupgrade@v2.37.2...v3.3.1)
- https://github.com/ikamensh/flynt/: 0.76 β†’ 0.77
- [github.com/psf/black: 22.6.0 β†’ 22.12.0](psf/black@22.6.0...22.12.0)
- [github.com/PyCQA/flake8: 4.0.1 β†’ 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
  • Loading branch information
pre-commit-ci[bot] committed Dec 13, 2022
1 parent 1142526 commit e477ca5
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
@@ -1,20 +1,20 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.2
rev: v3.3.1
hooks:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/ikamensh/flynt/
rev: '0.76'
rev: '0.77'
hooks:
- id: flynt
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.12.0
hooks:
- id: black
language_version: python3.8
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/pydocstyle
Expand Down

0 comments on commit e477ca5

Please sign in to comment.