Skip to content

Commit c2050e0

Browse files
committed
Update pre-commit config
1 parent 119e196 commit c2050e0

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,30 @@ repos:
1111
- id: check-yaml
1212
- id: requirements-txt-fixer
1313
- repo: https://github.com/pre-commit/mirrors-prettier
14-
rev: v2.4.1
14+
rev: v2.5.0
1515
hooks:
1616
- id: prettier
1717
- repo: https://github.com/PyCQA/isort
18-
rev: 5.10.0
18+
rev: 5.10.1
1919
hooks:
2020
- id: isort
2121
additional_dependencies:
2222
- toml
2323
- repo: https://github.com/asottile/setup-cfg-fmt
24-
rev: v1.19.0
24+
rev: v1.20.0
2525
hooks:
2626
- id: setup-cfg-fmt
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v2.29.0
28+
rev: v2.29.1
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py37-plus]
3232
- repo: https://github.com/psf/black
33-
rev: 21.10b0
33+
rev: 21.11b1
3434
hooks:
3535
- id: black
3636
- repo: https://github.com/PyCQA/bandit
37-
rev: 1.7.0
37+
rev: 1.7.1
3838
hooks:
3939
- id: bandit
4040
args: [--recursive, --quiet]

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@ include_trailing_comma = true
2727
force_grid_wrap = 0
2828
use_parentheses = true
2929
line_length = 88
30-
known_third_party = ["docutils", "lxml", "setuptools", "sphinx"]
3130

3231
[tool.setuptools_scm]

0 commit comments

Comments
 (0)