Skip to content

Commit 9b3d10f

Browse files
committed
🐛 dependency upgrades
1 parent b534f59 commit 9b3d10f

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fail_fast: false
33
exclude: "{{cookiecutter.repo_name}}"
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v4.5.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -15,7 +15,7 @@ repos:
1515
- id: mixed-line-ending
1616

1717
- repo: https://github.com/pre-commit/mirrors-prettier
18-
rev: v3.0.0
18+
rev: v3.0.3
1919
hooks:
2020
- id: prettier
2121
args: [--print-width=88, --tab-width=4]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ reqs-update = "pip-compile {args:} --upgrade --generate-hashes --output-file req
7171
[tool.hatch.envs.lint]
7272
dependencies = [
7373
"mypy>=1.0.0",
74-
"ruff>=0.0.243"
74+
"ruff~=0.1.3"
7575
]
7676
detached = true
7777

tests/example-project/.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fail_fast: false
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v4.5.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -15,13 +15,13 @@ repos:
1515
- id: mixed-line-ending
1616

1717
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
18-
rev: v2.10.0
18+
rev: v2.11.0
1919
hooks:
2020
- id: pretty-format-toml
2121
args: [--autofix]
2222

2323
- repo: https://github.com/pre-commit/mirrors-prettier
24-
rev: v3.0.0
24+
rev: v3.0.3
2525
hooks:
2626
- id: prettier
2727
args: [--print-width=88, --tab-width=4]

tests/example-project/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ reqs-update = "pip-compile {args:} --upgrade --generate-hashes --output-file req
116116
[tool.hatch.envs.lint]
117117
dependencies = [
118118
"mypy>=1.0.0",
119-
"ruff>=0.0.243"
119+
"ruff~=0.1.3"
120120
]
121121
detached = true
122122

{{cookiecutter.repo_name}}/.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fail_fast: false
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v4.5.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -15,13 +15,13 @@ repos:
1515
- id: mixed-line-ending
1616

1717
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
18-
rev: v2.10.0
18+
rev: v2.11.0
1919
hooks:
2020
- id: pretty-format-toml
2121
args: [--autofix]
2222

2323
- repo: https://github.com/pre-commit/mirrors-prettier
24-
rev: v3.0.0
24+
rev: v3.0.3
2525
hooks:
2626
- id: prettier
2727
args: [--print-width=88, --tab-width=4]

{{cookiecutter.repo_name}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ reqs-update = "pip-compile {args:} --upgrade --generate-hashes --output-file req
118118
[tool.hatch.envs.lint]
119119
dependencies = [
120120
"mypy>=1.0.0",
121-
"ruff>=0.0.243"
121+
"ruff~=0.1.3"
122122
]
123123
detached = true
124124

0 commit comments

Comments
 (0)