Skip to content

Commit

Permalink
pre-commit: bump repositories
Browse files Browse the repository at this point in the history
updates:
- 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.0.292](astral-sh/ruff-pre-commit@v0.0.254...v0.0.292)
- [github.com/fsfe/reuse-tool: v1.1.2 → v2.1.0](fsfe/reuse-tool@v1.1.2...v2.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 2, 2023
1 parent d931a1a commit 90ff010
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.292
hooks:
- id: ruff
args: [--fix, --format, grouped, --show-fixes]
- repo: https://github.com/fsfe/reuse-tool
rev: v1.1.2
rev: v2.1.0
hooks:
- id: reuse
name: add SPDX headers
Expand Down

0 comments on commit 90ff010

Please sign in to comment.