File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 55 align-items: center;">
66 <a
77 style="text-decoration: none; color: inherit; margin-right:10px;"
8- href="https://github.com/RandomProgramm3r/Steam-Market-Scraper/actions/workflows/lint .yml/">
8+ href="https://github.com/RandomProgramm3r/Steam-Market-Scraper/actions/workflows/linting .yml/">
99 <img
10- src="https://github.com/RandomProgramm3r/Steam-Market-Scraper/actions/workflows/lint .yml/badge.svg "
10+ src="https://github.com/RandomProgramm3r/Steam-Market-Scraper/actions/workflows/linting .yml/badge.svg "
1111 alt="pipeline status"
1212 height="30"
1313 width="140">
@@ -105,6 +105,7 @@ Now you can use the parser.
105105If there are any changes, I recommend using linters:
106106
107107``` bash
108+
108109flake8 . --count --show-source --statistics # Use to view PEP8 errors.
109110black . --verbose # Use to format code.
110111isort . --verbose # Use to format the order of imports.
You can’t perform that action at this time.
0 commit comments