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/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.0](pre-commit/mirrors-prettier@v2.7.1...v3.0.0-alpha.0)
- [github.com/DanielNoord/pydocstringformatter: v0.6.2 → v0.7.0](DanielNoord/pydocstringformatter@v0.6.2...v0.7.0)
  • Loading branch information
pre-commit-ci[bot] authored and jacobtylerwalls committed Aug 22, 2022
1 parent d3b88c9 commit c18c9a7
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 @@ -112,13 +112,13 @@ repos:
additional_dependencies: ["platformdirs==2.2.0", "types-pkg_resources==0.1.3"]
exclude: tests(/\w*)*/functional/|tests/input|tests(/.*)+/conftest.py|doc/data/messages|tests(/\w*)*data/
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v3.0.0-alpha.0
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]
exclude: tests(/\w*)*data/
- repo: https://github.com/DanielNoord/pydocstringformatter
rev: v0.6.2
rev: v0.7.0
hooks:
- id: pydocstringformatter
exclude: *fixtures
Expand Down

0 comments on commit c18c9a7

Please sign in to comment.