Skip to content

Commit

Permalink
set isort version to match template, add git blame ignore for isortin…
Browse files Browse the repository at this point in the history
…g commit
  • Loading branch information
pacrob committed May 4, 2023
1 parent 6125085 commit 19286ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# ignore SHA that added isort
2f421ce6049dc74a1520280adf8c350c1c567e9f
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
'lint': [
"flake8==3.8.2",
"flake8-bugbear==20.1.4",
"isort>=5.10.1",
"mypy==0.910",
"pydocstyle>=6.0.0",
"types-setuptools",
"importlib-metadata<5.0;python_version<'3.8'",
"isort==5.11.4"
],
'benchmark': [
"termcolor>=1.1.0,<2.0.0",
Expand Down

0 comments on commit 19286ad

Please sign in to comment.