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.11.0](asottile/pyupgrade@v3.2.2...v3.11.0)
- https://github.com/ikamensh/flynt/: 0.77 → 1.0.1
- [github.com/psf/black: 22.10.0 → 23.9.1](psf/black@22.10.0...23.9.1)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.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 Sep 19, 2023
1 parent 3966700 commit 6829d9f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.11.0
hooks:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/ikamensh/flynt/
rev: '0.77'
rev: '1.0.1'
hooks:
- id: flynt
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.9.1
hooks:
- id: black
language_version: python3.9
Expand All @@ -19,11 +19,11 @@ repos:
- id: blackdoc
language_version: python3.9
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
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 6829d9f

Please sign in to comment.