Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/docformatter: v1.7.2 → v1.7.3](PyCQA/docformatter@v1.7.2...v1.7.3)
- [github.com/fsfe/reuse-tool: v1.1.2 → v2.0.0](fsfe/reuse-tool@v1.1.2...v2.0.0)
  • Loading branch information
pre-commit-ci[bot] committed Jun 26, 2023
1 parent cfa99cb commit cec407e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:

# Make docstrings PEP 257 compliant
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.2
rev: v1.7.3
hooks:
- id: docformatter
args: ["--in-place", "--make-summary-multi-line", "--pre-summary-newline"]
Expand Down Expand Up @@ -87,6 +87,6 @@ repos:

# Check for FSFE REUSE compliance (licensing)
- repo: https://github.com/fsfe/reuse-tool
rev: v1.1.2
rev: v2.0.0
hooks:
- id: reuse

0 comments on commit cec407e

Please sign in to comment.