mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-01-01 03:29:38 +01:00
Merge pull request #614 from sshuttle/upgrade_lint
Bump pyflakes from 2.2.0 to 2.3.0, flake8 from 3.8.4 to 3.9.0
This commit is contained in:
commit
014a268b99
6
.github/workflows/pythonpackage.yml
vendored
6
.github/workflows/pythonpackage.yml
vendored
@ -5,11 +5,11 @@ name: Python package
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master, tproxy_mark_param ]
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master, tproxy_mark_param ]
|
||||
branches: [ master ]
|
||||
workflow_dispatch:
|
||||
branches: [ tproxy_mark_param ]
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -1,5 +1,5 @@
|
||||
-r requirements.txt
|
||||
pytest==6.2.2
|
||||
pytest-cov==2.11.1
|
||||
flake8==3.8.4
|
||||
pyflakes==2.2.0
|
||||
flake8==3.9.0
|
||||
pyflakes==2.3.0
|
||||
|
Loading…
Reference in New Issue
Block a user