Skip to content

Commit

Permalink
Merge pull request #158 from jjshoots/master
Browse files Browse the repository at this point in the history
Make flake8 happy with black
  • Loading branch information
jjshoots authored Apr 29, 2022
2 parents 62b8556 + 485e3cc commit e782f84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
xvfb-run -s "-screen 0 1400x900x24" pytest
- name: Lint with flake8
run: |
flake8 supersuit/ --ignore E501,E402,E203,E128
flake8 test/ --ignore E501,E402,F401,F841
flake8 supersuit/ --ignore E203,E266,E501,W503,F403,F401,E402,E128,F841 --max-line-length 99
flake8 test/ --ignore E203,E266,E501,W503,F403,F401,E402,E128,F841 --max-line-length 99
- name: Test installation
run: |
python setup.py sdist
Expand Down
1 change: 0 additions & 1 deletion test/test_vector/test_aec_vector_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def hanabi_maker():

def test_all():
NUM_ENVS = 5
NUM_CPUS = 2

def test_vec_env(vec_env):
vec_env.reset()
Expand Down

0 comments on commit e782f84

Please sign in to comment.