Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #113

Merged
merged 1 commit into from
Jul 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.277 → v0.0.278](astral-sh/ruff-pre-commit@v0.0.277...v0.0.278)
- [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
- [github.com/crate-ci/typos: v1.16.0 → v1.16.1](crate-ci/typos@v1.16.0...v1.16.1)
  • Loading branch information
pre-commit-ci[bot] authored Jul 17, 2023
commit 7094548f4b443e684f2b7d98f95e864f615b39c8
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @max-sixty's standard set
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.277
rev: v0.0.278
hooks:
- id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
Expand All @@ -14,7 +14,7 @@ repos:
- id: blackdoc
# black should go at the end, since it's the most likely to change others' changes.
- repo: https://github.com/psf/black
rev: "23.3.0"
rev: "23.7.0"
hooks:
- id: black
# This doesn't seem to work from pre-commit.ci; which may not have internet access
Expand Down Expand Up @@ -45,7 +45,7 @@ repos:
- prettier
- prettier-plugin-go-template
- repo: https://github.com/crate-ci/typos
rev: v1.16.0
rev: v1.16.1
hooks:
- id: typos
# https://github.com/crate-ci/typos/issues/347
Expand Down
Loading