Skip to content

Commit 51f6060

Browse files
authored
Merge pull request #110 from smkent/manage-cookie
Update project template cruft, dependencies
2 parents 2921bf1 + 44dc53a commit 51f6060

File tree

3 files changed

+561
-489
lines changed

3 files changed

+561
-489
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": ".",
3-
"commit": "9cedf76f1ea698958ec6e4773007720d211fad97",
3+
"commit": "2921bf15f3cf22e8e5c9ae04a5f7e8f52daffbc6",
44
"context": {
55
"cookiecutter": {
66
"project_name": "Cookiecutter template for new Python projects",

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
exclude: '^{{cookiecutter.project_name}}/'
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.6.0
4+
rev: v5.0.0
55
hooks:
66
- id: check-yaml
77
- id: check-merge-conflict
88
- id: debug-statements
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111
- repo: https://github.com/psf/black
12-
rev: 24.4.2
12+
rev: 24.10.0
1313
hooks:
1414
- id: black
1515
args: ["--config", "pyproject.toml"]
@@ -19,14 +19,14 @@ repos:
1919
- id: isort
2020
args: ["--show-config"]
2121
- repo: https://github.com/pycqa/bandit
22-
rev: 1.7.9
22+
rev: 1.8.2
2323
hooks:
2424
- id: bandit
2525
additional_dependencies: ['.[toml]']
2626
args: ["--configfile", "pyproject.toml"]
2727
exclude: '^tests/'
2828
- repo: https://github.com/pycqa/flake8
29-
rev: 7.1.0
29+
rev: 7.1.1
3030
hooks:
3131
- id: flake8
3232
additional_dependencies:
@@ -39,7 +39,7 @@ repos:
3939
hooks:
4040
- id: autoflake
4141
- repo: https://github.com/asottile/pyupgrade
42-
rev: v3.16.0
42+
rev: v3.19.1
4343
hooks:
4444
- id: pyupgrade
4545
args: ["--py39-plus", "--keep-runtime-typing"]

0 commit comments

Comments
 (0)