[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:
parent
63cecc01f3
commit
c02f9898a1
|
@ -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"]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue