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: v3.2.2 → v3.3.2](asottile/pyupgrade@v3.2.2...v3.3.2)
- https://github.com/ikamensh/flynt/: 0.77 → 0.78
- [github.com/psf/black: 22.10.0 → 23.3.0](psf/black@22.10.0...23.3.0)
- [github.com/pycqa/pydocstyle: 6.1.1 → 6.3.0](PyCQA/pydocstyle@6.1.1...6.3.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 25, 2023
1 parent 55abd4b commit 8c1accd
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,15 +1,15 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.2.2
rev: v3.3.2
hooks:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/ikamensh/flynt/
rev: '0.77'
rev: '0.78'
hooks:
- id: flynt
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.3.0
hooks:
- id: black
language_version: python3.9
Expand All @@ -23,7 +23,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pycqa/pydocstyle
rev: 6.1.1
rev: 6.3.0
hooks:
- id: pydocstyle
args:
Expand Down

0 comments on commit 8c1accd

Please sign in to comment.