Skip to content

Commit 695164b

Browse files
committed
update pre-commit, fix dev requirements
1 parent 1d064b7 commit 695164b

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v2.7.4
3+
rev: v2.19.1
44
hooks:
55
- id: pyupgrade
66
language_version: python3.7
77
- repo: https://github.com/timothycrosley/isort
8-
rev: 5.7.0
8+
rev: 5.8.0
99
hooks:
1010
- id: isort
1111
language_version: python3.7
1212
- repo: https://github.com/python/black
13-
rev: 20.8b1
13+
rev: 21.5b2
1414
hooks:
1515
- id: black
1616
language_version: python3.7
1717
- repo: https://gitlab.com/pycqa/flake8
18-
rev: 3.8.4
18+
rev: 3.9.2
1919
hooks:
2020
- id: flake8
2121
additional_dependencies: [

dev_requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
tox
22
pre-commit
33
-r test_requirements.txt
4-
cloudshell-shell-core~=5.0
5-
git+https://github.com/QualiSystems/cloudshell-cp-core.git@python3-fixes#subdirectory=package
6-
git+https://github.com/QualiSystems/cloudshell-cp-aws.git@python3
4+
-r src/requirements.txt

0 commit comments

Comments
 (0)