Skip to content

Commit

Permalink
linter update (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
MargueriteBastaQC authored Jun 11, 2021
1 parent da2d2e8 commit a2a7699
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ repos:
hooks:
- id: flake8-conda
additional_dependencies: [
flake8-bugbear,
flake8-builtins,
flake8-comprehensions,
flake8-docstrings,
flake8-print,
pep8-naming,
-c,
conda-forge,
flake8-bugbear=21.4.3,
flake8-builtins=1.5.3,
flake8-comprehensions=3.5.0,
flake8-docstrings=1.6.0,
flake8-print=4.0.0,
pep8-naming=0.11.1,
]
exclude: ^src/quantcore/glm_benchmarks/orig_sklearn_fork/
- repo: https://github.com/Quantco/pre-commit-mirrors-isort
Expand Down

0 comments on commit a2a7699

Please sign in to comment.