Skip to content

Commit

Permalink
[pre-commit.ci] autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)
- https://github.com/myint/rstcheckhttps://github.com/rstcheck/rstcheck
  • Loading branch information
pre-commit-ci[bot] authored and peterjc committed Dec 5, 2022
1 parent b802917 commit dde94d8
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,7 +1,7 @@
# pre-commit run --all-files
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -26,7 +26,7 @@ repos:
exclude: tests/
args: [--check]
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies: [
Expand All @@ -45,7 +45,7 @@ repos:
- id: blacken-docs
additional_dependencies: [black==22.10.0]
exclude: ^.github/
- repo: https://github.com/myint/rstcheck
- repo: https://github.com/rstcheck/rstcheck
rev: v6.1.1
hooks:
- id: rstcheck
Expand Down

0 comments on commit dde94d8

Please sign in to comment.