File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed
Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 77 steps :
88 - uses : actions/checkout@v4
99 - uses : actions/setup-python@v4
10- - run : pip install -r requirements.txt
10+ - run : pip install -r requirements/common .txt
1111 - run : ruff check --output-format=github .
Original file line number Diff line number Diff line change 1+ ruff==0.12.0
Original file line number Diff line number Diff line change 1+ -r common.txt
2+ arrow == 1.3.0
3+ binaryornot == 0.4.4
4+ certifi == 2025.6.15
5+ chardet == 5.2.0
6+ charset-normalizer == 3.4.2
7+ click == 8.2.1
8+ cookiecutter == 2.6.0
9+ idna == 3.10
10+ Jinja2 == 3.1.6
11+ markdown-it-py == 3.0.0
12+ MarkupSafe == 3.0.2
13+ mdurl == 0.1.2
14+ Pygments == 2.19.1
15+ python-dateutil == 2.9.0.post0
16+ python-slugify == 8.0.4
17+ PyYAML == 6.0.2
18+ requests == 2.32.4
19+ rich == 14.0.0
20+ six == 1.17.0
21+ text-unidecode == 1.3
22+ types-python-dateutil == 2.9.0.20250516
23+ urllib3 == 2.5.0
You can’t perform that action at this time.
0 commit comments