Mentions légales du service

Skip to content
Snippets Groups Projects
Unverified Commit 340bacef authored by pre-commit-ci[bot]'s avatar pre-commit-ci[bot] Committed by GitHub
Browse files

chore: update pre-commit hooks (#103)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.281 → v0.0.282](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.281...v0.0.282)
- [github.com/Lucas-C/pre-commit-hooks: v1.5.1 → v1.5.3](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.5.1...v1.5.3

)

Co-authored-by: default avatarpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
parent ee2ae591
No related branches found
No related tags found
No related merge requests found
......@@ -42,14 +42,14 @@ repos:
# Check linting and style issues
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.281"
rev: "v0.0.282"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
# Changes tabs to spaces
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.1
rev: v1.5.3
hooks:
- id: remove-tabs
exclude: ^(docs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment