Skip to content

Commit 8b28c2a

Browse files
committed
CI updates
This is done by the automated script named upgrade-ci-2025
1 parent 4dc5a0b commit 8b28c2a

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ repos:
7272
additional_dependencies:
7373
- prospector-profile-duplicated==1.10.5 # pypi
7474
- prospector-profile-utils==1.22.3 # pypi
75+
- pylint[spelling]==3.3.6 # pypi
76+
- ruff==0.9.9 # pypi
7577
exclude: |-
7678
(?x)(
7779
^tests?/?

ci/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
c2cciutils==1.7.3
22
pre-commit==4.2.0
3-
poetry-plugin-drop-python-upper-constraint==1.0.0
43
poetry-plugin-export==1.9.0
54
poetry-plugin-tweak-dependencies-version==1.5.2
65
poetry-dynamic-versioning==1.8.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ repository = "https://github.com/sbrunner/bashcolor"
6868
print_colors = "bashcolor:print_colors"
6969

7070
[build-system]
71-
requires = ["poetry-core>=1.0.0", "poetry-plugin-tweak-dependencies-version", "poetry-dynamic-versioning", "poetry-plugin-drop-python-upper-constraint"]
71+
requires = ["poetry-core>=1.0.0", "poetry-plugin-tweak-dependencies-version", "poetry-dynamic-versioning"]
7272
build-backend = "poetry.core.masonry.api"

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ poetry-plugin-tweak-dependencies-version==1.5.2
33
poetry-dynamic-versioning==1.8.2
44
pip==25.1
55
poetry-plugin-export==1.9.0
6-
poetry-plugin-drop-python-upper-constraint==1.0.0
76
certifi>=2024.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
87
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)