Skip to content

Commit

Permalink
Remove flake8, black and isort dependencies (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret authored Apr 18, 2024
1 parent 528ff37 commit 2e3b6ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions requirements/circleci.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
-c constraints.txt

black
flake8
flake8-bugbear
flake8-comprehensions
flake8-unused-arguments
flake8-use-fstring
isort
ruff
vulture
wheel
7 changes: 0 additions & 7 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
awscli==1.29.45
black==22.10.0
boto3==1.28.45
codeowners==0.6.0
datadog-api-client==2.16.0
docker-squash==1.1.0
docker==5.0.3; python_version < '3.7'
docker==6.1.3; python_version >= '3.7'
dulwich==0.21.6
flake8-bugbear==22.10.27
flake8-comprehensions==3.10.1
flake8-unused-arguments==0.0.12
flake8-use-fstring==1.4
flake8==5.0.4
invoke==2.2.0
isort==5.10.1
jira==3.5.2
packaging==21.3
parameterized==0.9.0
Expand Down

0 comments on commit 2e3b6ef

Please sign in to comment.