Skip to content

Commit

Permalink
SNOW-851522: pin pre-commit to use py38 as isort in precommit doesn't…
Browse files Browse the repository at this point in the history
… support py37 anymore (#1620)
  • Loading branch information
sfc-gh-aling committed Jun 28, 2023
1 parent d57f29a commit 320dbce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ deps = flake8
commands = flake8 {posargs}

[testenv:fix_lint]
basepython = python3.8
description = format the code base to adhere to our styles, and complain about what we cannot do automatically
passenv =
PROGRAMDATA
Expand Down

0 comments on commit 320dbce

Please sign in to comment.