Skip to content

Commit 4fe2367

Browse files
lock versions of python packages used in CI
This is to make sure that new releases of linters do not cause CI for unrelated PRs to fail.
1 parent 1ae1071 commit 4fe2367

2 files changed

Lines changed: 28 additions & 5 deletions

File tree

requirements-dev.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# To update requirements-dev.txt, install pip-tools and run the command given in requirements-dev.txt
2+
fortitude-lint>=0.7.2
3+
fprettify>=0.3.7
4+
ruff>=0.11.6
5+
sphinx-lint>=1.0.0
6+
codespell>=2.4.1

requirements-dev.txt

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
1-
fortitude-lint>=0.7.2
2-
fprettify>=0.3.7
3-
ruff>=0.11.6
4-
sphinx-lint>=1.0.0
5-
codespell>=2.4.1
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.13
3+
# by the following command:
4+
#
5+
# pip-compile --strip-extras requirements-dev.in
6+
#
7+
codespell==2.4.2
8+
# via -r requirements-dev.in
9+
configargparse==1.7.5
10+
# via fprettify
11+
fortitude-lint==0.8.0
12+
# via -r requirements-dev.in
13+
fprettify==0.3.7
14+
# via -r requirements-dev.in
15+
polib==1.2.0
16+
# via sphinx-lint
17+
regex==2026.4.4
18+
# via sphinx-lint
19+
ruff==0.15.10
20+
# via -r requirements-dev.in
21+
sphinx-lint==1.0.2
22+
# via -r requirements-dev.in

0 commit comments

Comments
 (0)