Skip to content

Commit 6769733

Browse files
authored
Updates (#75)
2 parents 4c836c8 + 8082a1e commit 6769733

File tree

15 files changed

+38
-30
lines changed

15 files changed

+38
-30
lines changed

.github/dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "monthly"
6+
interval: "quarterly"
77
groups:
88
github-actions:
99
patterns:

.github/workflows/readme_example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is a part of the detect-pythons project.
22
# https://github.com/kurtmckee/detect-pythons
3-
# Copyright 2023-2025 Kurt McKee <[email protected]>
3+
# Copyright 2023-2026 Kurt McKee <[email protected]>
44
# SPDX-License-Identifier: MIT
55

66
# This workflow exists for several purposes:

.pre-commit-config.yaml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ci:
2-
autoupdate_schedule: "monthly"
2+
autoupdate_schedule: "quarterly"
33

44
default_language_version:
55
python: "python3.13"
@@ -21,18 +21,13 @@ repos:
2121
- "--fix=lf"
2222
- id: "trailing-whitespace"
2323

24-
- repo: "https://github.com/kurtmckee/chipshot"
25-
rev: "v0.8.0"
26-
hooks:
27-
- id: "update-headers"
28-
2924
- repo: "https://github.com/sirosen/slyp"
30-
rev: 0.8.2
25+
rev: "0.8.2"
3126
hooks:
3227
- id: "slyp"
3328

3429
- repo: "https://github.com/psf/black-pre-commit-mirror"
35-
rev: "25.11.0"
30+
rev: "25.12.0"
3631
hooks:
3732
- id: "black"
3833

@@ -47,7 +42,7 @@ repos:
4742
- id: "flake8"
4843
additional_dependencies:
4944
- "flake8-toml-config==1.0.0"
50-
- "flake8-bugbear==25.10.21"
45+
- "flake8-bugbear==25.11.29"
5146

5247
- repo: "https://github.com/editorconfig-checker/editorconfig-checker"
5348
rev: "v3.6.0"
@@ -71,13 +66,13 @@ repos:
7166
pass_filenames: false
7267

7368
- repo: "https://github.com/python-jsonschema/check-jsonschema"
74-
rev: "0.35.0"
69+
rev: "0.36.0"
7570
hooks:
7671
- id: "check-github-workflows"
7772
- id: "check-dependabot"
7873

7974
- repo: "https://github.com/rhysd/actionlint"
80-
rev: "v1.7.9"
75+
rev: "v1.7.10"
8176
hooks:
8277
- id: "actionlint"
8378
additional_dependencies:

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
..
22
This file is a part of the detect-pythons project.
33
https://github.com/kurtmckee/detect-pythons
4-
Copyright 2023-2025 Kurt McKee <[email protected]>
4+
Copyright 2023-2026 Kurt McKee <[email protected]>
55
SPDX-License-Identifier: MIT
66
77
..

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright 2023-2025 Kurt McKee <[email protected]>
3+
Copyright 2023-2026 Kurt McKee <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
..
22
This file is a part of the detect-pythons project.
33
https://github.com/kurtmckee/detect-pythons
4-
Copyright 2023-2025 Kurt McKee <[email protected]>
4+
Copyright 2023-2026 Kurt McKee <[email protected]>
55
SPDX-License-Identifier: MIT
66
77
Detect Python interpreters

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is a part of the detect-pythons project.
22
# https://github.com/kurtmckee/detect-pythons
3-
# Copyright 2023-2025 Kurt McKee <[email protected]>
3+
# Copyright 2023-2026 Kurt McKee <[email protected]>
44
# SPDX-License-Identifier: MIT
55

66
author: "Kurt McKee"

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ exclusions = [
2727
"changelog.d/",
2828
]
2929

30+
[tool.chipshot.extensions.yaml]
31+
style = "hash"
32+
3033

3134
# coverage
3235
# --------

src/detect_pythons/detector.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is a part of the detect-pythons project.
22
# https://github.com/kurtmckee/detect-pythons
3-
# Copyright 2023-2025 Kurt McKee <[email protected]>
3+
# Copyright 2023-2026 Kurt McKee <[email protected]>
44
# SPDX-License-Identifier: MIT
55

66
# Search paths in $PATH for Python interpreters.

src/detect_pythons/detector.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is a part of the detect-pythons project.
22
# https://github.com/kurtmckee/detect-pythons
3-
# Copyright 2023-2025 Kurt McKee <[email protected]>
3+
# Copyright 2023-2026 Kurt McKee <[email protected]>
44
# SPDX-License-Identifier: MIT
55

66
IDENTIFY_PY="${GITHUB_ACTION_PATH}/src/detect_pythons/identify.py"

0 commit comments

Comments
 (0)