Skip to content

Commit

Permalink
Update flake8 version and change workflow triggers
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Nov 3, 2023
1 parent 3e798cd commit 901e2ec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/secrets-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ name: Secrets SDK CI

on:
push:
branches:
- main
- master
tags:
- "*"
paths:
- "src/secrets/**"
- ".github/workflows/secrets-sdk.yml"
pull_request:
workflow_dispatch:
paths:
- "src/secrets/**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ colorama==0.4.4
commentjson==0.9.0
coverage==5.4
deepmerge==1.1.0
flake8==3.8.4
flake8==5.0.0
idna==2.10
importlib-metadata==6.5.0
isort
jsonschema==4.17.3
lxml==4.9.3
maturin
mccabe==0.6.1
mccabe==0.7.0
nose2==0.10.0
pycodestyle==2.6.0
pycodestyle==2.9.0
pydocstyle==5.1.1
pyfakefs
pyflakes==2.2.0
pyflakes==2.5.0
pylama==7.7.1
pytest==7.1.2
python-decouple==3.4
Expand Down

0 comments on commit 901e2ec

Please sign in to comment.