Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#60)
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/PyCQA/autoflake: v2.1.1 → v2.2.0](PyCQA/autoflake@v2.1.1...v2.2.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jun 27, 2023
1 parent 68f96c6 commit 9c708c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.2
rev: v1.7.3
hooks:
- id: docformatter
args: [--in-place, --pre-summary-newline, --make-summary-multi]
- repo: https://github.com/PyCQA/autoflake
rev: v2.1.1
rev: v2.2.0
hooks:
- id: autoflake
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
Expand Down

0 comments on commit 9c708c9

Please sign in to comment.