Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#48)
Browse files Browse the repository at this point in the history
updates:
- https://github.com/ambv/blackhttps://github.com/psf/black
- [github.com/psf/black: 23.3.0 → 23.10.1](psf/black@23.3.0...23.10.1)
- [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.6.1](pre-commit/mirrors-mypy@v1.4.1...v1.6.1)
- [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/pre-commit/mirrors-prettier: v3.0.2 → v3.0.3](pre-commit/mirrors-prettier@v3.0.2...v3.0.3)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Oct 31, 2023
1 parent f21a5da commit dda9b7d
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,14 +1,14 @@
fail_fast: false

repos:
- repo: https://github.com/ambv/black
rev: 23.3.0
- repo: https://github.com/psf/black
rev: 23.10.1
hooks:
- id: black
args: [--diff, --check]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.6.1
hooks:
- id: mypy
exclude: ^tests/
Expand All @@ -34,7 +34,7 @@ repos:
- id: text-unicode-replacement-char

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-case-conflict
- id: end-of-file-fixer
Expand All @@ -46,7 +46,7 @@ repos:
- id: check-json

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.2"
rev: "v3.0.3"
hooks:
- id: prettier

Expand Down

0 comments on commit dda9b7d

Please sign in to comment.