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.9.0 → v3.11.0](asottile/pyupgrade@v3.9.0...v3.11.0)
- [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Sep 18, 2023
1 parent c699179 commit cbb04db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
- id: check-yaml

- repo: https://github.com/asottile/pyupgrade
rev: "v3.9.0"
rev: "v3.11.0"
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -18,7 +18,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: "23.7.0"
rev: "23.9.1"
hooks:
- id: black

Expand All @@ -28,7 +28,7 @@ repos:
- id: blackdoc

- repo: https://github.com/PyCQA/flake8
rev: "6.0.0"
rev: "6.1.0"
hooks:
- id: flake8
autoupdate_schedule: quarterly

0 comments on commit cbb04db

Please sign in to comment.