Skip to content

Commit

Permalink
Use the same python base version for fmt and lint (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe authored May 24, 2022
1 parent 805933f commit 97ee54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ skip_install = true

[testenv:lint]
description = run static analysis and style check using flake8
basepython = python2.7
basepython = python3.10
deps = flake8
commands = python -m flake8 --show-source stripe tests setup.py
skip_install = true
Expand Down

0 comments on commit 97ee54f

Please sign in to comment.