diff options
| author | Bernát Gábor <bgabor8@bloomberg.net> | 2021-04-10 10:25:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-10 10:25:09 +0100 |
| commit | f59ccd46358e1c0d9fc11541ebea42086015fce7 (patch) | |
| tree | 08d38a66bca2f9b923b81c9b3083d37bfd5ae8a4 | |
| parent | 7e4e22c9eebe051b1f29389ea54b1afef5d83392 (diff) | |
| download | tox-git-f59ccd46358e1c0d9fc11541ebea42086015fce7.tar.gz | |
Remove flake8 from Githug Actions
It's now part of pre-commit call.
| -rw-r--r-- | .github/workflows/check.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 8538b5fd..f2000a05 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -83,14 +83,12 @@ jobs: - Windows - Ubuntu tox_env: - - flake8 - type - dev - docs - pkg_meta exclude: - { os: windows, tox_env: pkg_meta } - - { os: windows, tox_env: flake8 } steps: - uses: actions/checkout@v2 with: |
