Skip to content

Commit

Permalink
Merge pull request #135 from gforcada/gforcada-patch-1
Browse files Browse the repository at this point in the history
chore(ci): test with flake8 6.0.0
  • Loading branch information
gforcada committed Dec 22, 2022
2 parents 85c1018 + 1525065 commit 54b2052
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Expand Up @@ -23,6 +23,9 @@ jobs:
- python-version: 3.9
isort: 5.11.2
flake8: 3.9.2
- python-version: 3.9
isort: 5.11.2
flake8: 6.0.0
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -9,6 +9,9 @@ Changelog
- Drop isort 4.x support.
[gforcada]

- Add support for flake8 6.0.0.
[gforcada]

- Add `--isort-no-skip-gitignore` option to allow temporarily overriding the set
value of isort's `skip_gitignore` option with `False`. This can cause
flake8-isort to run significantly faster at the cost of making flake8-isort's
Expand Down

0 comments on commit 54b2052

Please sign in to comment.