Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0)
- [github.com/psf/black: 23.3.0 → 23.10.0](psf/black@23.3.0...23.10.0)
- [github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.1.1](astral-sh/ruff-pre-commit@v0.0.275...v0.1.1)
- [github.com/asottile/blacken-docs: v1.12.1 → 1.16.0](adamchainz/blacken-docs@v1.12.1...1.16.0)
- [github.com/asottile/pyupgrade: v2.37.3 → v3.15.0](asottile/pyupgrade@v2.37.3...v3.15.0)
- [github.com/kieran-ryan/pyprojectsort: d9cf5e1e646e1e5260f7cf0168ecd0a05ce8ed11 → v0.3.0](kieran-ryan/pyprojectsort@d9cf5e1...v0.3.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 23, 2023
1 parent 61edfef commit f6f6bd3
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -21,20 +21,20 @@ repos:
types: [python]
args: [-i, pysamplelib]
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.10.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.275"
rev: "v0.1.1"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.16.0
hooks:
- id: blacken-docs
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.3
rev: v3.15.0
hooks:
- id: pyupgrade
args: [ --py310-plus ]
Expand All @@ -46,6 +46,6 @@ repos:
additional_dependencies: ["bandit[toml]"]
- repo: https://github.com/kieran-ryan/pyprojectsort
# pyprojectsort version.
rev: d9cf5e1e646e1e5260f7cf0168ecd0a05ce8ed11
rev: v0.3.0
hooks:
- id: pyprojectsort

0 comments on commit f6f6bd3

Please sign in to comment.