Skip to content

Commit e34d9e7

Browse files
committed
pre-commit autoupdate
1 parent 039e8f2 commit e34d9e7

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
# pre-commit autoupdate
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.3.0
7+
rev: v4.4.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
1111
exclude: '.*\.pth$'
1212
- id: debug-statements
1313
- repo: https://github.com/PyCQA/isort
14-
rev: 5.10.1
14+
rev: 5.12.0
1515
hooks:
1616
- id: isort
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.2.2
18+
rev: v3.3.1
1919
hooks:
2020
- id: pyupgrade
2121
args: [--py36-plus]
2222
- repo: https://github.com/PyCQA/flake8
23-
rev: 5.0.4
23+
rev: 6.0.0
2424
hooks:
2525
- id: flake8

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,13 @@ commands =
9090

9191
[testenv:check]
9292
deps =
93-
docutils
9493
check-manifest
94+
colorama
95+
docutils
9596
flake8
96-
readme-renderer
97-
pygments
9897
isort
98+
pygments
99+
readme-renderer
99100
skip_install = true
100101
usedevelop = false
101102
commands =

0 commit comments

Comments
 (0)