[pre-commit.ci] pre-commit autoupdate (#294)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
pre-commit-ci[bot] 2023-10-20 11:19:56 -07:00 committed by GitHub
parent 63cecc01f3
commit c02f9898a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -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"]

View File

@ -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