Skip to content

Commit d842310

Browse files
committed
review comments and rerun repo review
1 parent fca2b77 commit d842310

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BSD 3-Clause License
2-
Copyright (c) 2015 - 2017, Met Office.
2+
Copyright (c) 2015 - 2024, Met Office.
33
All rights reserved.
44

55
Redistribution and use in source and binary forms, with or without

pyproject.toml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,6 @@ disable_error_code = ["call-arg", "no-untyped-def", "no-untyped-call", "attr-def
8484
enable_error_code = ["ignore-without-code", "truthy-bool", "redundant-expr"]
8585
warn_unreachable = true
8686
strict = true
87-
# exclude = [
88-
# No common agreement yet
89-
# NOTE: these exclusions must also appear in pre-commit-config.yaml.
90-
# https://stackoverflow.com/questions/77350979/running-pre-commits-excluding-a-directory-for-multiples-hooks/77352664#77352664
91-
# ]
92-
# NOTE: Non-permanent disabling should be done via the ".mypy.ini" file.
93-
# disable_error_code = No common agreement yet
9487

9588
[tool.numpydoc_validation]
9689
checks = [
@@ -189,7 +182,6 @@ ignore = [
189182
"D106", # Missing docstring in public nested class
190183
"D205", # 1 blank line required between summary line and description
191184

192-
# https://docs.astral.sh/ruff/rules/#eradicate-era
193185
# https://docs.astral.sh/ruff/rules/#eradicate-era
194186
"ERA001", # Found commented-out code
195187

@@ -275,12 +267,7 @@ ignore = [
275267
"PY007", # Supports an easy task runner (nox or tox)
276268
"PP003", # Does not list wheel as a build-dep
277269
"PC111", # Uses blacken-docs
278-
"PC140", # Uses a type checker
279-
"PC160", # Uses a spell checker
280270
"PC170", # Uses PyGrep hooks (only needed if rST present)
281271
"PC180", # Uses a markdown formatter
282-
"PC190", # Uses Ruff
283-
"MY100", # Uses MyPy (pyproject config)
284-
"RF001", # Has Ruff config
285272
"RTD100" # Uses ReadTheDocs (pyproject config)
286273
]

0 commit comments

Comments
 (0)