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: v4.4.0 β†’ v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/psf/black: 23.7.0 β†’ 23.10.1](psf/black@23.7.0...23.10.1)
- [github.com/asottile/blacken-docs: 1.15.0 β†’ 1.16.0](adamchainz/blacken-docs@1.15.0...1.16.0)
- [github.com/astral-sh/ruff-pre-commit: v0.0.284 β†’ v0.1.3](astral-sh/ruff-pre-commit@v0.0.284...v0.1.3)
- [github.com/pre-commit/mirrors-mypy: v1.5.0 β†’ v1.6.1](pre-commit/mirrors-mypy@v1.5.0...v1.6.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 30, 2023
1 parent ca32b95 commit 4bc124d
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,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -9,21 +9,21 @@ repos:
- id: debug-statements
- id: check-ast
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.10.1
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
rev: 1.15.0
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black==23.3.0]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.284"
rev: "v0.1.3"
hooks:
- id: ruff
args: ["--fix"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.5.0"
rev: "v1.6.1"
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit 4bc124d

Please sign in to comment.