Skip to content

Commit

Permalink
Merge pull request #123 from ImperialCollegeLondon/pre-commit-ci-upda…
Browse files Browse the repository at this point in the history
…te-config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
jacobcook1995 authored Dec 2, 2022
2 parents f14a413 + 3ab499a commit 89407ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: check-merge-conflict
- id: debug-statements
Expand All @@ -14,7 +14,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies: [flake8-docstrings]
Expand Down
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ max-line-length = 88
extend-ignore =
E203,
D104,
D107, # Class docstrings under class declaration, not __init__.
D202 # No blank lines allowed after function docstring
# Class docstrings under class declaration, not __init__.
D107,
# No blank lines allowed after function docstring
D202
docstring-convention = google

[mypy]
Expand Down

0 comments on commit 89407ed

Please sign in to comment.