Skip to content

Commit

Permalink
Merge pull request #68 from rkm/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
rkm authored Jan 29, 2024
2 parents 605b077 + d4f2161 commit ae8deb6
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
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,23 +83,23 @@ 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: "24.1.1"
hooks:
- id: black
language_version: python38
- repo: https://github.com/PyCQA/flake8
rev: "6.1.0"
rev: "7.0.0"
hooks:
- id: flake8
additional_dependencies:
[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 ae8deb6

Please sign in to comment.