Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#327)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jan 3, 2023
1 parent eaa889d commit 8af4a91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.4.0
hooks:
- id: check-ast
- id: check-builtin-literals
Expand Down Expand Up @@ -28,12 +28,12 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/PyCQA/pydocstyle
rev: 6.1.1
rev: 6.2.0
hooks:
- id: pydocstyle
exclude: tests|examples|conf.py
additional_dependencies: ["toml"]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.6.2
rev: v3.0.0-alpha.4
hooks:
- id: prettier

0 comments on commit 8af4a91

Please sign in to comment.