Skip to content

Commit f1ee77a

Browse files
[pre-commit.ci] pre-commit autoupdate (#11)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 31978c3 commit f1ee77a

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: rst-inline-touching-normal
2323
- id: text-unicode-replacement-char
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v2.23.1
25+
rev: v2.29.0
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py36-plus]
@@ -31,20 +31,20 @@ repos:
3131
hooks:
3232
- id: reorder-python-imports
3333
- repo: https://github.com/asottile/setup-cfg-fmt
34-
rev: v1.17.0
34+
rev: v1.19.0
3535
hooks:
3636
- id: setup-cfg-fmt
3737
- repo: https://github.com/psf/black
38-
rev: 21.7b0
38+
rev: 21.10b0
3939
hooks:
4040
- id: black
4141
- repo: https://github.com/asottile/blacken-docs
42-
rev: v1.10.0
42+
rev: v1.11.0
4343
hooks:
4444
- id: blacken-docs
4545
additional_dependencies: [black]
4646
- repo: https://github.com/PyCQA/flake8
47-
rev: 3.9.2
47+
rev: 4.0.1
4848
hooks:
4949
- id: flake8
5050
additional_dependencies: [
@@ -64,11 +64,11 @@ repos:
6464
Pygments,
6565
]
6666
- repo: https://github.com/PyCQA/doc8
67-
rev: 0.9.0
67+
rev: 0.10.1
6868
hooks:
6969
- id: doc8
7070
- repo: https://github.com/econchick/interrogate
71-
rev: 1.4.0
71+
rev: 1.5.0
7272
hooks:
7373
- id: interrogate
7474
args: [-v, --fail-under=40, src, tests]
@@ -78,7 +78,7 @@ repos:
7878
- id: codespell
7979
args: [-L bringin, -L unparseable]
8080
- repo: https://github.com/mgedmin/check-manifest
81-
rev: "0.46"
81+
rev: "0.47"
8282
hooks:
8383
- id: check-manifest
8484
- repo: meta

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers =
1919
Programming Language :: Python :: 3.7
2020
Programming Language :: Python :: 3.8
2121
Programming Language :: Python :: 3.9
22+
Programming Language :: Python :: 3.10
2223
project_urls =
2324
Changelog = https://github.com/pytask-dev/latex-dependency-scanner/blob/main/CHANGES.rst
2425
Documentation = https://github.com/pytask-dev/latex-dependency-scanner

0 commit comments

Comments
 (0)