Skip to content

Commit

Permalink
Pin flake8 to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danepitkin committed Aug 1, 2023
1 parent a3cde10 commit a3f0abd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
entry: --entrypoint /bin/hadolint hadolint/hadolint:latest -
exclude: ^dev/.*$
- repo: https://github.com/pycqa/flake8
rev: 5.0.3
rev: 6.1.0
hooks:
- id: flake8
name: Python Format
Expand Down
5 changes: 2 additions & 3 deletions dev/archery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@
jinja_req = 'jinja2>=2.11'

extras = {
'lint': [
'numpydoc==1.1.0', 'autopep8', 'flake8', 'cython-lint', 'cmake_format==0.6.13'
],
'lint': ['numpydoc==1.1.0', 'autopep8', 'flake8==6.1.0', 'cython-lint',
'cmake_format==0.6.13'],
'benchmark': ['pandas'],
'docker': ['ruamel.yaml', 'python-dotenv'],
'release': ['pygithub', jinja_req, 'jira', 'semver', 'gitpython'],
Expand Down

0 comments on commit a3f0abd

Please sign in to comment.