File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 15
15
uses : ./.github/actions/setup_python
16
16
- name : 🔍 Lint
17
17
run : |
18
- ruff -- format= github .
18
+ ruff check --output- format github .
19
19
mypy .
20
20
format :
21
21
name : 🎨 Format
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ repos:
15
15
args :
16
16
- --unsafe
17
17
- repo : https://github.com/charliermarsh/ruff-pre-commit
18
- rev : v0.0.259
18
+ rev : v0.1.9
19
19
hooks :
20
20
- id : ruff
21
21
- repo : https://github.com/psf/black
22
- rev : 23.1.0
22
+ rev : 23.12.1
23
23
hooks :
24
24
- id : black
25
25
- repo : https://github.com/pycqa/isort
29
29
name : isort (python)
30
30
args : ["--profile", "black", "--filter-files"]
31
31
- repo : https://github.com/pre-commit/mirrors-mypy
32
- rev : " v1.1.1 "
32
+ rev : " v1.8.0 "
33
33
hooks :
34
34
- id : mypy
35
35
args : [--strict]
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools >= 67.5 .0" , " wheel" ]
2
+ requires = [" setuptools >= 68.0 .0" , " wheel" ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[project ]
@@ -40,14 +40,14 @@ Documentation = "https://github.com/LuqueDaniel/lnmc/blob/master/README.md"
40
40
41
41
[project .optional-dependencies ]
42
42
dev = [
43
- " pre-commit >=2.20 .0" ,
44
- " black >=22.10 " ,
43
+ " pre-commit ==2.21 .0" ,
44
+ " black ==23.3.0 " ,
45
45
" isort >=5.11.5,<5.12.0" , # 5.12.0+ requires Python 3.8+
46
- " ruff >=0.0.259 " ,
47
- " mypy >=0.982 " ,
48
- " pytest > =7.2.0,<8.0.0 " ,
49
- " pytest-cov > =4.0 .0" ,
50
- " types-setuptools ==67.5 .0" ,
46
+ " ruff >=0.1.9 " ,
47
+ " mypy ~=1.4.1 " ,
48
+ " pytest ~ =7.4.3 " ,
49
+ " pytest-cov ~ =4.1 .0" ,
50
+ " types-setuptools ==68.0 .0" ,
51
51
" types-PyYAML >=6.0.0" ,
52
52
]
53
53
You can’t perform that action at this time.
0 commit comments