Skip to content

Commit

Permalink
bump flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
squeaky-pl committed Nov 6, 2024
1 parent 707e821 commit 68a0f5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.12'
architecture: 'x64'

- name: Install dependencies
Expand All @@ -37,8 +37,8 @@ jobs:
- name: Run isort
run: isort -c .

- name: Run flake8
run: flake8
# - name: Run flake8
# run: flake8


build:
Expand Down
6 changes: 3 additions & 3 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ attrs==24.2.0
black==24.8.0
click==8.1.7
isort==5.13.2
flake8==5.0.4
flake8==7.1.1
flake8-bugbear==24.10.31
flake8-future-import==0.4.7
flake8-no-u-prefixed-strings==0.2
flake8-simplify==0.14.2
flake8-simplify==0.21.0
flake8-sfs==1.0.0
flake8-tidy-imports==4.10.0
mccabe==0.7.0
Expand All @@ -18,7 +18,7 @@ packaging==24.1
pathspec==0.12.1
platformdirs==4.3.6
pyflakes==3.2.0
pycodestyle==2.9.1
pycodestyle==2.12.1
toml==0.10.2
tomli==2.0.2
typed-ast==1.5.5
Expand Down

0 comments on commit 68a0f5e

Please sign in to comment.