We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0a1130 + b276f9e commit a53036fCopy full SHA for a53036f
.github/workflows/check.yml
@@ -25,7 +25,8 @@ jobs:
25
- run: |
26
python3 -m venv venv
27
source venv/bin/activate
28
- python3 -m pip install -Ur requirements-dev.txt gitlint==0.18.0
+ python3 -m pip install -Ur \
29
+ requirements-dev.txt gitlint==0.18.0 "pre-commit>=1.18.2"
30
- name: Run gitlint
31
run: |
32
set -euo pipefail
requirements-dev.txt
@@ -2,7 +2,5 @@
2
3
black ==23.1.0
4
mypy ==0.990
5
-pre-commit >=1.18.2
6
-python-language-server
7
nox
8
-ruff == 0.0.244
+ruff ==0.0.244
0 commit comments