File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 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
44package_name : smb_path
55project_description : pathlib-like Path object for smb protocol
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11# exclude: ''
22repos :
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
You can’t perform that action at this time.
0 commit comments