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/pre-commit-hooks: v2.3.0 → v4.3.0](pre-commit/pre-commit-hooks@v2.3.0...v4.3.0)
- [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0)
- [github.com/pre-commit/mirrors-mypy: v0.971 → v0.981](pre-commit/mirrors-mypy@v0.971...v0.981)
- /~https://github.com/myint/rstcheck/~https://github.com/rstcheck/rstcheck
- [github.com/rstcheck/rstcheck: v6.0.0 → v6.1.0](rstcheck/rstcheck@v6.0.0...v6.1.0)
  • Loading branch information
pre-commit-ci[bot] authored and cowofevil committed Oct 7, 2022
1 parent 590a29f commit f8ee341
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
repos:
- repo: /~https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
rev: v4.3.0
hooks:
- id: check-yaml
- id: check-toml
- id: detect-private-key
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: /~https://github.com/psf/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black
- repo: /~https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
- repo: /~https://github.com/pre-commit/mirrors-mypy
rev: v0.971
rev: v0.981
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -30,7 +30,7 @@ repos:
- "types-SQLAlchemy~=1.4"
- "types-sqlalchemy-utils~=1.0"
- "types-urllib3<1.27"
- repo: /~https://github.com/myint/rstcheck
rev: v6.0.0
- repo: /~https://github.com/rstcheck/rstcheck
rev: v6.1.0
hooks:
- id: rstcheck

0 comments on commit f8ee341

Please sign in to comment.