diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 48052f9..5ffa512 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/keewis/blackdoc @@ -33,13 +33,12 @@ repos: - id: mdformat exclude: cruft-update-template.md - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.4.0 + rev: v2.11.0 hooks: - id: pretty-format-yaml args: [--autofix, --preserve-quotes] - id: pretty-format-toml args: [--autofix] - additional_dependencies: [toml-sort<0.22.0] - repo: https://github.com/PyCQA/pydocstyle.git rev: 6.1.1 hooks: diff --git a/pyproject.toml b/pyproject.toml index 3ea6133..4c283f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,8 +8,8 @@ branch = true profile = "black" [tool.pydocstyle] -convention = "numpy" add_ignore = ["D1", "D200", "D205", "D400", "D401"] +convention = "numpy" [tool.setuptools_scm] write_to = "earthkit/version.py"