Skip to content

Commit

Permalink
Merge pull request #154 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 7b7b218 + 58e7b85 commit 864293e
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 @@ -19,11 +19,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 requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
black == 24.8.0
briefcase @ git+https://github.com/beeware/briefcase.git
flake8 == 7.1.1
pre-commit == 3.8.0
pre-commit == 4.0.0
pytest == 8.3.3
toml == 0.10.2
tox == 4.21.2

0 comments on commit 864293e

Please sign in to comment.