Skip to content

Commit

Permalink
fix: Update pre-commit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran-ryan committed Jul 23, 2023
1 parent 9e51170 commit 414a87a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.278"
rev: "v0.0.280"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -38,15 +38,15 @@ repos:
rev: v3.9.0
hooks:
- id: pyupgrade
args: [--py310-plus]
args: [--py37-plus]
- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
hooks:
- id: bandit
args: [--configfile=pyproject.toml, --severity-level=medium, .]
additional_dependencies: ["bandit[toml]"]
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v6.31.0
rev: v6.31.1
hooks:
- id: cspell
- repo: https://github.com/pre-commit/mirrors-prettier
Expand Down
4 changes: 2 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"recommendations": [
"charliermarsh.ruff",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"ms-python.black-formatter",
"ms-python.python",
"streetsidesoftware.code-spell-checker-british-english",
"esbenp.prettier-vscode"
"streetsidesoftware.code-spell-checker-british-english"
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ name = 'pyprojectsort'
authors = [
{ name = "Kieran Ryan" },
"Author Name <author@email.com>",
{name="Author name"}
{name="Author Name"}
]
[tool.radon]
Expand Down

0 comments on commit 414a87a

Please sign in to comment.