Skip to content

Commit 3be3476

Browse files
committed
Merge remote-tracking branch 'origin/main' into all-repos_autofix_skip-concurrent-builds
2 parents e9e72b5 + 6f79107 commit 3be3476

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ repos:
3232
rev: v2.31.0
3333
hooks:
3434
- id: pyupgrade
35-
args: [--py36-plus]
35+
args: [--py37-plus]
3636
- repo: https://github.com/asottile/reorder_python_imports
37-
rev: v2.6.0
37+
rev: v2.7.1
3838
hooks:
3939
- id: reorder-python-imports
4040
- repo: https://github.com/psf/black
41-
rev: 21.12b0
41+
rev: 22.1.0
4242
hooks:
4343
- id: black
4444
- repo: https://github.com/asottile/blacken-docs
45-
rev: v1.12.0
45+
rev: v1.12.1
4646
hooks:
4747
- id: blacken-docs
4848
additional_dependencies: [black]
@@ -93,7 +93,6 @@ repos:
9393
--ignore-missing-imports,
9494
]
9595
pass_filenames: false
96-
language_version: "3.9"
9796
- repo: meta
9897
hooks:
9998
- id: check-hooks-apply

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

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.0.1
3+
rev: v4.1.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=25']
@@ -11,7 +11,6 @@ repos:
1111
- id: debug-statements
1212
- id: end-of-file-fixer
1313
- id: fix-byte-order-marker
14-
- id: forbid-new-submodules
1514
- id: mixed-line-ending
1615
- id: no-commit-to-branch
1716
args: [--branch, main]
@@ -29,24 +28,24 @@ repos:
2928
- id: rst-inline-touching-normal
3029
- id: text-unicode-replacement-char
3130
- repo: https://github.com/asottile/pyupgrade
32-
rev: v2.29.1
31+
rev: v2.31.0
3332
hooks:
3433
- id: pyupgrade
35-
args: [--py36-plus]
34+
args: [--py37-plus]
3635
- repo: https://github.com/asottile/reorder_python_imports
37-
rev: v2.6.0
36+
rev: v2.7.1
3837
hooks:
3938
- id: reorder-python-imports
4039
- repo: https://github.com/asottile/setup-cfg-fmt
4140
rev: v1.20.0
4241
hooks:
4342
- id: setup-cfg-fmt
4443
- repo: https://github.com/psf/black
45-
rev: 21.12b0
44+
rev: 22.1.0
4645
hooks:
4746
- id: black
4847
- repo: https://github.com/asottile/blacken-docs
49-
rev: v1.12.0
48+
rev: v1.12.1
5049
hooks:
5150
- id: blacken-docs
5251
additional_dependencies: [black]
@@ -84,19 +83,18 @@ repos:
8483
hooks:
8584
- id: codespell
8685
- repo: https://github.com/guilatrova/tryceratops
87-
rev: v1.0.0
86+
rev: v1.0.1
8887
hooks:
8988
- id: tryceratops
9089
- repo: https://github.com/pre-commit/mirrors-mypy
91-
rev: 'v0.910-1'
90+
rev: 'v0.931'
9291
hooks:
9392
- id: mypy
9493
args: [
9594
--no-strict-optional,
9695
--ignore-missing-imports,
9796
]
9897
pass_filenames: false
99-
language_version: "3.9"
10098
- repo: meta
10199
hooks:
102100
- id: check-hooks-apply

{{cookiecutter.project_slug}}/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- conda-lock
1515

1616
# Package dependencies
17-
- pytask
17+
- pytask >=0.1.7
1818

1919
# Misc
2020
- black

0 commit comments

Comments
 (0)