Skip to content

Commit e9700bb

Browse files
Merge branch 'main' into dependabot/github_actions/actions/download-artifact-4
2 parents 6f39ea6 + d86e670 commit e9700bb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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]

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3.9
33
repos:
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]
@@ -28,7 +28,7 @@ repos:
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]
@@ -39,7 +39,7 @@ repos:
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]

src/setuptools_scm/_file_finders/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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))

0 commit comments

Comments
 (0)