Skip to content

Commit 541a626

Browse files
authored
Merge pull request #8 from m-birke/renovate/https-github.com-m-birke-python-project-template.git-1.x
chore(deps): update dependency https://github.com/m-birke/python-project-template.git to v1
2 parents 3ca95f9 + 86ba999 commit 541a626

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: '0.5'
2+
_commit: '1.0'
33
_src_path: https://github.com/m-birke/python-project-template.git
44
package_name: smb_path
55
project_description: pathlib-like Path object for smb protocol

.github/workflows/static-code-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010

1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
- name: Set up Python 3.10
15-
uses: actions/setup-python@v4
15+
uses: actions/setup-python@v6
1616
with:
1717
python-version: "3.10"
1818
- name: Install pre-commit

.pre-commit-config.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#exclude: ''
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.12.5
4+
rev: v0.14.3
55
hooks:
66
- id: ruff-check
77
args: [ --fix ]
88
- id: ruff-format
99
- repo: https://github.com/pre-commit/mirrors-mypy
10-
rev: v1.17.0
10+
rev: v1.18.2
1111
hooks:
1212
- id: mypy
1313
args: [--install-types, --non-interactive]
@@ -17,16 +17,14 @@ repos:
1717
pytest
1818
]
1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v5.0.0
20+
rev: v6.0.0
2121
hooks:
2222
- id: check-json
2323
- id: check-toml
2424
- id: check-yaml
2525
- id: debug-statements
2626
- id: end-of-file-fixer
2727
- id: fix-byte-order-marker
28-
- id: fix-encoding-pragma
29-
args: ['--remove']
3028
- id: trailing-whitespace
3129
- repo: https://github.com/Lucas-C/pre-commit-hooks
3230
rev: v1.5.5

0 commit comments

Comments
 (0)