Skip to content

Commit a53036f

Browse files
authored
Merge pull request #108 from scop/chore/dev-deps
chore(deps): dev tweaks
2 parents b0a1130 + b276f9e commit a53036f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- run: |
2626
python3 -m venv venv
2727
source venv/bin/activate
28-
python3 -m pip install -Ur requirements-dev.txt gitlint==0.18.0
28+
python3 -m pip install -Ur \
29+
requirements-dev.txt gitlint==0.18.0 "pre-commit>=1.18.2"
2930
- name: Run gitlint
3031
run: |
3132
set -euo pipefail

requirements-dev.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
22

33
black ==23.1.0
44
mypy ==0.990
5-
pre-commit >=1.18.2
6-
python-language-server
75
nox
8-
ruff == 0.0.244
6+
ruff ==0.0.244

0 commit comments

Comments
 (0)