Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#602)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/tox-dev/pyproject-fmt: 2.2.4 →
v2.5.0](tox-dev/pyproject-fmt@2.2.4...v2.5.0)
- [github.com/asottile/pyupgrade: v3.17.0 →
v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0)
- [github.com/psf/black-pre-commit-mirror: 24.8.0 →
24.10.0](psf/black-pre-commit-mirror@24.8.0...24.10.0)
- [github.com/adamchainz/blacken-docs: 1.18.0 →
1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1)
- [github.com/pre-commit/mirrors-mypy: v1.11.2 →
v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0)
<!--pre-commit.ci end-->

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Nov 4, 2024
1 parent bf5861b commit b5a0073
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 2.2.4
rev: v2.5.0
hooks:
- id: pyproject-fmt
- repo: https://github.com/tox-dev/tox-ini-fmt
Expand All @@ -31,16 +31,16 @@ repos:
additional_dependencies:
- tomli==2.0.1
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/adamchainz/blacken-docs
rev: 1.18.0
rev: 1.19.1
hooks:
- id: blacken-docs
additional_dependencies:
Expand All @@ -60,6 +60,6 @@ repos:
- flake8-logging
- flake8-tidy-imports
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.13.0
hooks:
- id: mypy
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"flake8!=3.2,>=3",
"flake8>=3,!=3.2",
]
urls = { Changelog = "https://github.com/adamchainz/flake8-comprehensions/blob/main/CHANGELOG.rst", Funding = "https://adamj.eu/books/", Repository = "https://github.com/adamchainz/flake8-comprehensions" }
entry-points."flake8.extension".C4 = "flake8_comprehensions:ComprehensionChecker"
Expand Down

0 comments on commit b5a0073

Please sign in to comment.