summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2023-03-14 09:26:04 +0200
committerGitHub <noreply@github.com>2023-03-14 09:26:04 +0200
commita18a70781cc83911c46941d5be0702f4f98eea7c (patch)
treeed4b9fcca1a6cc1a2a7349a1c1f4ebe067df2f3a
parentba4b195a0ea86bdbe7bccab2dffef987d9d45510 (diff)
downloadwheel-git-a18a70781cc83911c46941d5be0702f4f98eea7c.tar.gz
[pre-commit.ci] pre-commit autoupdate (#517)
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.254 → v0.0.255](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.254...v0.0.255) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](https://github.com/codespell-project/codespell/compare/v2.2.2...v2.2.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 2224455..b78cbca 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/charliermarsh/ruff-pre-commit
- rev: v0.0.254
+ rev: v0.0.255
hooks:
- id: ruff
args: [--fix, --show-fixes]
@@ -29,7 +29,7 @@ repos:
- id: black
- repo: https://github.com/codespell-project/codespell
- rev: v2.2.2
+ rev: v2.2.4
hooks:
- id: codespell