Skip to content

Commit

Permalink
Update flake8 version (#6722)
Browse files Browse the repository at this point in the history
This PR is useful for updating the flake8 checks we run, but is mostly
needed to update flake8 so that it can run on newer versions of python
which are included in newer ubuntu-latest versions from GitHub that we
update to in #6717
  • Loading branch information
loadams authored Nov 6, 2024
1 parent d2a4718 commit 3beda32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ repos:
]

- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
args: ['--config=.flake8']
Expand Down

0 comments on commit 3beda32

Please sign in to comment.