Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit suggestions
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.8.0 → v3.13.0](asottile/pyupgrade@v3.8.0...v3.13.0)
- [github.com/PyCQA/docformatter: v1.5.1 → v1.7.5](PyCQA/docformatter@v1.5.1...v1.7.5)
- [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1)
- [github.com/executablebooks/mdformat: 0.7.16 → 0.7.17](executablebooks/mdformat@0.7.16...0.7.17)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.275...v0.0.292)
  • Loading branch information
pre-commit-ci[bot] committed Oct 2, 2023
1 parent f776f3d commit f605acd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
- id: detect-private-key

- repo: https://github.com/asottile/pyupgrade
rev: v3.8.0
rev: v3.13.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand All @@ -37,14 +37,14 @@ repos:
#args: ["--write-changes"] # uncomment if you want to get automatic fixing

- repo: https://github.com/PyCQA/docformatter
rev: v1.5.1
rev: v1.7.5
hooks:
- id: docformatter
additional_dependencies: [tomli]
args: [--in-place]

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black
name: Format code
Expand All @@ -56,7 +56,7 @@ repos:
# name: typing

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.16
rev: 0.7.17
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -73,8 +73,8 @@ repos:
- flake8-pytest-style
- flake8-bandit

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.275
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.292
hooks:
- id: ruff
args: ["--fix"]

0 comments on commit f605acd

Please sign in to comment.