Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#504)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
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-pre-commit-mirror: 24.8.0 →
24.10.0](psf/black-pre-commit-mirror@24.8.0...24.10.0)
<!--pre-commit.ci end-->

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alex Waygood <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and AlexWaygood authored Jan 7, 2025
1 parent a528bc0 commit abc2568
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0 # must match pyproject.toml
rev: v5.0.0 # must match pyproject.toml
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -9,7 +9,7 @@ repos:
- id: check-merge-conflict
- id: mixed-line-ending
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.8.0 # must match pyproject.toml
rev: 24.10.0 # must match pyproject.toml
hooks:
- id: black
language_version: python3.9
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ dependencies = [

[project.optional-dependencies]
dev = [
"black==24.8.0", # Must match .pre-commit-config.yaml
"black==24.10.0", # Must match .pre-commit-config.yaml
"flake8-bugbear==24.8.19",
"flake8-noqa==1.4.0",
"isort==5.13.2", # Must match .pre-commit-config.yaml
"mypy==1.11.2",
"pre-commit-hooks==4.6.0", # Must match .pre-commit-config.yaml
"pre-commit-hooks==5.0.0", # Must match .pre-commit-config.yaml
"pytest==8.3.3",
"pytest-xdist==3.6.1",
"types-pyflakes<4",
Expand Down

0 comments on commit abc2568

Please sign in to comment.