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.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/psf/black: 24.3.0 → 24.10.0](psf/black@24.3.0...24.10.0)
- [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1)
- [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.14.1](pre-commit/mirrors-mypy@v1.4.1...v1.14.1)
- [github.com/asottile/pyupgrade: v3.16.0 → v3.19.1](asottile/pyupgrade@v3.16.0...v3.19.1)
- [github.com/PyCQA/doc8: v1.1.1 → v1.1.2](PyCQA/doc8@v1.1.1...v1.1.2)
- [github.com/floatingpurr/sync_with_poetry: 1.1.0 → 1.2.0](floatingpurr/sync_with_poetry@1.1.0...1.2.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 7, 2025
1 parent 58db359 commit c760a45
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: "24.3.0"
rev: "24.10.0"
hooks:
- id: black

Expand All @@ -24,28 +24,28 @@ repos:
- id: isort

- repo: https://github.com/PyCQA/flake8
rev: "7.1.0"
rev: "7.1.1"
hooks:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.4.1"
rev: "v1.14.1"
hooks:
- id: mypy
files: ^sphinx_github_changelog/
additional_dependencies: ["types-requests", "types-docutils"]

- repo: https://github.com/asottile/pyupgrade
rev: "v3.16.0"
rev: "v3.19.1"
hooks:
- id: pyupgrade

- repo: https://github.com/PyCQA/doc8
rev: "v1.1.1"
rev: "v1.1.2"
hooks:
- id: doc8

- repo: https://github.com/floatingpurr/sync_with_poetry
rev: 1.1.0
rev: 1.2.0
hooks:
- id: sync_with_poetry

0 comments on commit c760a45

Please # to comment.