From c02f9898a16a3701e142479688ad4de4dfef44fc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 11:19:56 -0700 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#294) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 8 ++++---- CHANGES.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 24075a7..5567a60 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/codespell-project/codespell - rev: v2.2.5 + rev: v2.2.6 hooks: - id: codespell #args: ["--write-changes"] # uncomment if you want to get automatic fixing @@ -16,7 +16,7 @@ repos: additional_dependencies: [tomli] args: ["--in-place"] - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.10.0 hooks: - id: black - repo: https://github.com/tox-dev/tox-ini-fmt @@ -35,7 +35,7 @@ repos: - id: prettier args: ["--print-width=120", "--prose-wrap=always"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.0.291" + rev: "v0.1.1" hooks: - id: ruff args: ["--fix"] diff --git a/CHANGES.md b/CHANGES.md index d3b21b6..037e28c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -164,7 +164,7 @@ ## 0.6.0 - Better checking for possibly \"confusing\" dependencies, hence the word \"confusing\" in the warning message is now - replaced with \"coflicting\" \[PR#37\] + replaced with \"conflicting\" \[PR#37\] - Fix a bug when rendering dependencies of packages \[PR#38\] - The `--nowarn` flag is now replaced with `--warn` with \'silence\', \'suppress\' and \'fail\' as possible values, thus giving more control over what should happen when there are warnings. The default behaviour (ie. when the flag is not