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/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/asottile/pyupgrade: v3.9.0 → v3.16.0](asottile/pyupgrade@v3.9.0...v3.16.0)
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/psf/black: 23.7.0 → 24.4.2](psf/black@23.7.0...24.4.2)
- [github.com/keewis/blackdoc: v0.3.8 → v0.3.9](keewis/blackdoc@v0.3.8...v0.3.9)
- [github.com/PyCQA/flake8: 6.0.0 → 7.1.0](PyCQA/flake8@6.0.0...7.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 17, 2024
1 parent e19f47a commit 917e80e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.4.0"
rev: "v4.6.0"
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml

- repo: https://github.com/asottile/pyupgrade
rev: "v3.9.0"
rev: "v3.16.0"
hooks:
- id: pyupgrade
args: [--py37-plus]

- repo: https://github.com/PyCQA/isort
rev: "5.12.0"
rev: "5.13.2"
hooks:
- id: isort

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

- repo: https://github.com/keewis/blackdoc
rev: "v0.3.8"
rev: "v0.3.9"
hooks:
- id: blackdoc

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

0 comments on commit 917e80e

Please sign in to comment.