mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨Update versions of tools in pre-commit configs to latest version
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.6...v0.9.1) - [github.com/hadialqattan/pycln: v2.4.0 → v2.5.0](https://github.com/hadialqattan/pycln/compare/v2.4.0...v2.5.0)
This commit is contained in:
committed by
Nikhil Badyal
parent
9a1f86f538
commit
d292bbcb1f
@@ -23,7 +23,7 @@ repos:
|
||||
- id: trailing-whitespace
|
||||
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: 'v0.8.6'
|
||||
rev: 'v0.9.1'
|
||||
hooks:
|
||||
- id: ruff
|
||||
args:
|
||||
@@ -45,7 +45,7 @@ repos:
|
||||
- "--settings-path=pyproject.toml"
|
||||
|
||||
- repo: https://github.com/hadialqattan/pycln
|
||||
rev: v2.4.0
|
||||
rev: v2.5.0
|
||||
hooks:
|
||||
- id: pycln
|
||||
args:
|
||||
|
||||
Reference in New Issue
Block a user