Skip to content

Commit

Permalink
Fix flake8 in the build. (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
dermotduffy authored Dec 11, 2022
1 parent 45c8faa commit 97ce2d8
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,10 @@ repos:
- --quiet-level=2
exclude_types: [csv, json]
exclude: ^tests/fixtures/
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.1
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies:
- pycodestyle==2.7.0
- pyflakes==2.3.1
- flake8-docstrings==1.6.0
- pydocstyle==6.0.0
- flake8-comprehensions==3.4.0
- flake8-noqa==1.1.0
- mccabe==0.6.1
- repo: https://github.com/PyCQA/isort
rev: 5.8.0
hooks:
Expand Down

0 comments on commit 97ce2d8

Please sign in to comment.