Skip to content

Commit

Permalink
Merge pull request #22 from wagtail-packages/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
nickmoreton authored Dec 6, 2024
2 parents 7247e65 + 06a8be8 commit 26f26fe
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 @@ -6,13 +6,13 @@ default_language_version:

repos:
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.10.0
hooks:
- id: black
language_version: python3
args: ["--target-version", "py38"]
- repo: https://github.com/adamchainz/blacken-docs
rev: 1.16.0
rev: 1.19.1
hooks:
- id: blacken-docs
additional_dependencies: [black==23.9.1]
Expand All @@ -23,7 +23,7 @@ repos:
- id: isort
- repo: https://github.com/pycqa/flake8
# flake8 config is in setup.cfg
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
additional_dependencies:
Expand Down

0 comments on commit 26f26fe

Please sign in to comment.