mirror of
https://github.com/nikdoof/globaltalk-scraper.git
synced 2025-12-11 08:42:15 +00:00
4 lines
181 B
Makefile
4 lines
181 B
Makefile
.PHONY: lint
|
|
lint:
|
|
python3 -m ruff check --output-format=github --select=E9,F63,F7,F82 --target-version=py39 .
|
|
python3 -m ruff check --output-format=github --target-version=py39 .
|