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 2626 with :
2727 fetch-depth : 0
2828
29- - uses : hynek/build-and-inspect-python-package@v1
29+ - uses : hynek/build-and-inspect-python-package@v2
3030
3131 test :
3232 needs : [package]
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ default_language_version:
22 python : python3.9
33repos :
44- repo : https://github.com/psf/black
5- rev : 23.11.0
5+ rev : 23.12.1
66 hooks :
77 - id : black
88 args : [--safe, --quiet]
2828 - id : pyupgrade
2929 args : [--py38-plus]
3030- repo : https://github.com/astral-sh/ruff-pre-commit
31- rev : v0.1.7
31+ rev : v0.1.9
3232 hooks :
3333 - id : ruff
3434 args : [--fix, --exit-non-zero-on-fix]
3939 exclude : docs/examples/
4040
4141- repo : https://github.com/pre-commit/mirrors-mypy
42- rev : ' v1.7.1 '
42+ rev : ' v1.8.0 '
4343 hooks :
4444 - id : mypy
4545 args : [--strict]
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def scm_find_files(
3434 scm_files and scm_dirs must be absolute with symlinks resolved (realpath),
3535 with normalized case (normcase)
3636
37- Spec here: http ://setuptools.readthedocs .io/en/latest/setuptools .html#\
37+ Spec here: https ://setuptools.pypa .io/en/latest/userguide/extension .html#\
3838 adding-support-for-revision-control-systems
3939 """
4040 realpath = os .path .normcase (os .path .realpath (path ))
You can’t perform that action at this time.
0 commit comments