Skip to content

Commit

Permalink
Upgrade dev tooling versions
Browse files Browse the repository at this point in the history
  • Loading branch information
j4mie committed Jun 29, 2021
1 parent c82bba5 commit cd1614c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
autoflake==1.3.1
black==19.10b0
flake8==3.7.9
isort==4.3.21
autoflake==1.4
black==21.6b0
flake8==3.9.2
isort==5.9.1
2 changes: 1 addition & 1 deletion scripts/check
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh -e

flake8 wrapwith
isort --check --diff --recursive wrapwith tests
isort --check --diff wrapwith tests
black --check --diff wrapwith tests
2 changes: 1 addition & 1 deletion scripts/lint
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh -e

autoflake --in-place --recursive wrapwith tests
isort --recursive wrapwith tests
isort wrapwith tests
black wrapwith tests

0 comments on commit cd1614c

Please sign in to comment.