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:
Brian May 2021-03-16 08:30:15 +11:00 committed by GitHub
commit 014a268b99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -5,11 +5,11 @@ name: Python package
on: on:
push: push:
branches: [ master, tproxy_mark_param ] branches: [ master ]
pull_request: pull_request:
branches: [ master, tproxy_mark_param ] branches: [ master ]
workflow_dispatch: workflow_dispatch:
branches: [ tproxy_mark_param ] branches: [ master ]
jobs: jobs:
build: build:

View File

@ -1,5 +1,5 @@
-r requirements.txt -r requirements.txt
pytest==6.2.2 pytest==6.2.2
pytest-cov==2.11.1 pytest-cov==2.11.1
flake8==3.8.4 flake8==3.9.0
pyflakes==2.2.0 pyflakes==2.3.0