Skip to content

Commit c6aa412

Browse files
[pre-commit.ci] pre-commit autoupdate (#29)
1 parent 232209e commit c6aa412

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

+5-5
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=100']
@@ -22,24 +22,24 @@ repos:
2222
- id: rst-inline-touching-normal
2323
- id: text-unicode-replacement-char
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v2.29.1
25+
rev: v2.31.0
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py36-plus]
2929
- repo: https://github.com/asottile/reorder_python_imports
30-
rev: v2.6.0
30+
rev: v2.7.1
3131
hooks:
3232
- id: reorder-python-imports
3333
- repo: https://github.com/asottile/setup-cfg-fmt
3434
rev: v1.20.0
3535
hooks:
3636
- id: setup-cfg-fmt
3737
- repo: https://github.com/psf/black
38-
rev: 21.11b1
38+
rev: 22.1.0
3939
hooks:
4040
- id: black
4141
- repo: https://github.com/asottile/blacken-docs
42-
rev: v1.12.0
42+
rev: v1.12.1
4343
hooks:
4444
- id: blacken-docs
4545
additional_dependencies: [black]

tests/test_parametrize.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def task_compile_latex_document():
5050
("document_1.tex", "Like a worn out recording"),
5151
("document_2.tex", "Of a favorite song"),
5252
]:
53-
latex_source = fr"""
53+
latex_source = rf"""
5454
\documentclass{{report}}
5555
\begin{{document}}
5656
{content}

0 commit comments

Comments
 (0)