File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/setuptools_scm/_file_finders Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
with :
27
27
fetch-depth : 0
28
28
29
- - uses : hynek/build-and-inspect-python-package@v1
29
+ - uses : hynek/build-and-inspect-python-package@v2
30
30
31
31
test :
32
32
needs : [package]
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ default_language_version:
2
2
python : python3.9
3
3
repos :
4
4
- repo : https://github.com/psf/black
5
- rev : 23.11.0
5
+ rev : 23.12.1
6
6
hooks :
7
7
- id : black
8
8
args : [--safe, --quiet]
28
28
- id : pyupgrade
29
29
args : [--py38-plus]
30
30
- repo : https://github.com/astral-sh/ruff-pre-commit
31
- rev : v0.1.7
31
+ rev : v0.1.9
32
32
hooks :
33
33
- id : ruff
34
34
args : [--fix, --exit-non-zero-on-fix]
39
39
exclude : docs/examples/
40
40
41
41
- repo : https://github.com/pre-commit/mirrors-mypy
42
- rev : ' v1.7.1 '
42
+ rev : ' v1.8.0 '
43
43
hooks :
44
44
- id : mypy
45
45
args : [--strict]
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def scm_find_files(
34
34
scm_files and scm_dirs must be absolute with symlinks resolved (realpath),
35
35
with normalized case (normcase)
36
36
37
- Spec here: http ://setuptools.readthedocs .io/en/latest/setuptools .html#\
37
+ Spec here: https ://setuptools.pypa .io/en/latest/userguide/extension .html#\
38
38
adding-support-for-revision-control-systems
39
39
"""
40
40
realpath = os .path .normcase (os .path .realpath (path ))
You can’t perform that action at this time.
0 commit comments