Skip to content

Commit e7df558

Browse files
authored
Merge pull request #117 from smkent/manage-cookie
Update project template cruft, dependencies
2 parents 7025e55 + 0200edc commit e7df558

3 files changed

Lines changed: 416 additions & 388 deletions

File tree

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": ".",
3-
"commit": "45a5e60428dab6cb6f6382505d8591a050f1a7ba",
3+
"commit": "7025e55adab820dd8e63d8be0e0ec0cabad0d830",
44
"context": {
55
"cookiecutter": {
66
"project_name": "cookie-python",
@@ -14,7 +14,7 @@
1414
"author_email": "smkent@smkent.net",
1515
"github_user": "smkent",
1616
"_template": ".",
17-
"_commit": "45a5e60428dab6cb6f6382505d8591a050f1a7ba"
17+
"_commit": "7025e55adab820dd8e63d8be0e0ec0cabad0d830"
1818
}
1919
},
2020
"directory": null,

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@ repos:
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111
- repo: https://github.com/psf/black
12-
rev: 24.10.0
12+
rev: 25.1.0
1313
hooks:
1414
- id: black
1515
args: ["--config", "pyproject.toml"]
1616
- repo: https://github.com/pycqa/isort
17-
rev: 5.13.2
17+
rev: 6.0.1
1818
hooks:
1919
- id: isort
2020
args: ["--show-config"]
2121
- repo: https://github.com/pycqa/bandit
22-
rev: 1.8.2
22+
rev: 1.8.3
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.1
29+
rev: 7.2.0
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.19.1
42+
rev: v3.20.0
4343
hooks:
4444
- id: pyupgrade
4545
args: ["--py39-plus", "--keep-runtime-typing"]

0 commit comments

Comments
 (0)