Remove deprecated lint task (#5)
This commit is contained in:
parent
301fe68ff7
commit
c9c9fc5b49
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -30,15 +30,5 @@ jobs:
|
|||||||
--id ruff
|
--id ruff
|
||||||
--types python
|
--types python
|
||||||
--description "Run `ruff` for extremely fast Python linting" .
|
--description "Run `ruff` for extremely fast Python linting" .
|
||||||
|
|
||||||
# Intended for removal November 2022 (1 month after deprecation)
|
|
||||||
- run: >
|
|
||||||
pre-commit-mirror
|
|
||||||
--language python
|
|
||||||
--package-name ruff
|
|
||||||
--entry ruff
|
|
||||||
--id lint
|
|
||||||
--types python
|
|
||||||
--description "Deprecated: use hook id `ruff` instead. Planned removal 2022-11-30" .
|
|
||||||
|
|
||||||
- run: git push origin HEAD:refs/heads/main --tags
|
- run: git push origin HEAD:refs/heads/main --tags
|
||||||
|
Loading…
Reference in New Issue
Block a user