Skip to content

Commit

Permalink
Merge pull request #68 from beeware/dependabot/pip/pre-commit-4.0.0
Browse files Browse the repository at this point in the history
Bump pre-commit from 3.8.0 to 4.0.0
  • Loading branch information
freakboy3742 authored Oct 7, 2024
2 parents 1dbf6e9 + a8765be commit c4e4ea9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ repos:
hooks:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
hooks:
- id: docformatter
args: [--in-place, --black]
# Docformatter 1.7.5 isn't compatible with Pre-commit 4.0
# - repo: https://github.com/PyCQA/docformatter
# rev: v1.7.5
# hooks:
# - id: docformatter
# args: [--in-place, --black]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.8.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies = [

[project.optional-dependencies]
dev = [
"pre-commit == 3.8.0",
"pre-commit == 4.0.0",
]

[project.urls]
Expand Down

0 comments on commit c4e4ea9

Please sign in to comment.