Skip to content

Commit

Permalink
Merge pull request #441 from gipert/main
Browse files Browse the repository at this point in the history
Set lower bound to flake8-bugbear version
  • Loading branch information
gipert authored Jan 18, 2023
2 parents 48bcda8 + a436e14 commit 59882c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,10 @@ repos:
- id: flake8
exclude: ^src/pygama/pargen
additional_dependencies: [
flake8-bugbear,
flake8-bugbear>=23.1.17,
flake8-print,
# flake8-docstrings,
pep8-naming
]
# args: ["--docstring-convention", "numpy"]

- repo: https://github.com/kynan/nbstripout
rev: "0.6.1"
Expand Down

0 comments on commit 59882c9

Please sign in to comment.