Skip to content

Commit

Permalink
Use flake8-type-checking (#239)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Dawson <mark.dawson@metoffice.gov.ukpython>
  • Loading branch information
markgrahamdawson and Mark Dawson authored Oct 25, 2023
1 parent 05627f1 commit 4a890d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ below:
* Mel Hall (Met Office, UK)
* Ronnie Dutta (Met Office, UK)
* Walt Whiteside (US)
* Mark Dawson (Met Office, UK)

(All contributors are identifiable with email addresses in the version control
logs or otherwise.)
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ test = [
"pytest-cov",
"pytest-xdist",
"flake8",
'flake8-type-checking; python_version > "3.7"',
"bandit>=1.7.1",
]
all = [
Expand Down

0 comments on commit 4a890d5

Please sign in to comment.