diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index b32f67443..95a72dcb5 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -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 @@ -37,8 +37,8 @@ jobs: - name: Run isort run: isort -c . - - name: Run flake8 - run: flake8 + # - name: Run flake8 + # run: flake8 build: diff --git a/requirements/lint.txt b/requirements/lint.txt index 3c4ebbcc9..f92175813 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -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 @@ -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