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/mirrors-prettier: v4.0.0-alpha.4 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v4.0.0-alpha.4...v4.0.0-alpha.8)
- [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0)
- [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1)
- [github.com/dotnet/format: v5.1.225507 → v8.0.453106](dotnet/format@v5.1.225507...v8.0.453106)
  • Loading branch information
pre-commit-ci[bot] authored Dec 25, 2023
1 parent 605b077 commit 8aa3bd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repos:
'\Whttps?://\S*',
]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.4"
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
args: [--config, .meta/prettierrc.yml]
Expand Down Expand Up @@ -83,12 +83,12 @@ repos:
- id: yesqa
additional_dependencies: [pep8-naming]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.7.1"
rev: "v1.8.0"
hooks:
- id: mypy
args: [--config-file, .meta/mypy.ini]
- repo: https://github.com/psf/black
rev: "23.11.0"
rev: "23.12.1"
hooks:
- id: black
language_version: python38
Expand All @@ -100,6 +100,6 @@ repos:
[flake8-bugbear, flake8-assert-msg, pep8-naming]
args: [--config, .meta/flake8.conf]
- repo: https://github.com/dotnet/format
rev: "v5.1.225507"
rev: "v8.0.453106"
hooks:
- id: dotnet-format

0 comments on commit 8aa3bd4

Please sign in to comment.