Skip to content

Commit

Permalink
pre-commit: bump repositories
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.254 → v0.3.7](astral-sh/ruff-pre-commit@v0.0.254...v0.3.7)
- [github.com/fsfe/reuse-tool: v1.1.2 → v3.0.2](fsfe/reuse-tool@v1.1.2...v3.0.2)
  • Loading branch information
pre-commit-ci[bot] authored Apr 15, 2024
1 parent d931a1a commit 928e714
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 @@ -8,7 +8,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-ast
- id: check-builtin-literals
Expand All @@ -23,13 +23,13 @@ repos:
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: trailing-whitespace
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.254
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.7
hooks:
- id: ruff
args: [--fix, --format, grouped, --show-fixes]
- repo: https://github.com/fsfe/reuse-tool
rev: v1.1.2
rev: v3.0.2
hooks:
- id: reuse
name: add SPDX headers
Expand Down

0 comments on commit 928e714

Please sign in to comment.