Skip to content

Commit

Permalink
review comments and rerun repo review
Browse files Browse the repository at this point in the history
  • Loading branch information
HGWright committed Nov 18, 2024
1 parent fca2b77 commit d842310
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BSD 3-Clause License
Copyright (c) 2015 - 2017, Met Office.
Copyright (c) 2015 - 2024, Met Office.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
13 changes: 0 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,6 @@ disable_error_code = ["call-arg", "no-untyped-def", "no-untyped-call", "attr-def
enable_error_code = ["ignore-without-code", "truthy-bool", "redundant-expr"]
warn_unreachable = true
strict = true
# exclude = [
# No common agreement yet
# NOTE: these exclusions must also appear in pre-commit-config.yaml.
# https://stackoverflow.com/questions/77350979/running-pre-commits-excluding-a-directory-for-multiples-hooks/77352664#77352664
# ]
# NOTE: Non-permanent disabling should be done via the ".mypy.ini" file.
# disable_error_code = No common agreement yet

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

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

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

0 comments on commit d842310

Please sign in to comment.