Skip to content

Commit b8c3683

Browse files
authored
Update requirements (#1380)
* Update pre-commit requirements * Bump flake8-typing-import to 1.12.0
1 parent 9566d10 commit b8c3683

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repos:
4646
rev: 4.0.1
4747
hooks:
4848
- id: flake8
49-
additional_dependencies: [flake8-bugbear, flake8-typing-imports==1.11.0]
49+
additional_dependencies: [flake8-bugbear, flake8-typing-imports==1.12.0]
5050
exclude: tests/testdata|doc/conf.py|astroid/__init__.py
5151
- repo: local
5252
hooks:

requirements_test_pre_commit.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
black==21.7b0
1+
black==22.1.0
22
pylint==2.12.2
3-
isort==5.9.2
3+
isort==5.10.1
44
flake8==4.0.1
5-
flake8-typing-imports==1.11.0
5+
flake8-typing-imports==1.12.0
66
mypy==0.931

0 commit comments

Comments
 (0)