Skip to content

Commit

Permalink
Merge branch 'spyder-ide:master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
StSav012 authored Oct 19, 2023
2 parents df81709 + 7ccbc15 commit 019517c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
pass_filenames: true
exclude: _vendor|vendored|examples
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.287
rev: v0.0.292
hooks:
- id: ruff
exclude: _vendor|vendored
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.26.3
rev: 0.27.0
hooks:
- id: check-github-workflows
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -27,7 +27,7 @@ repos:
- id: debug-statements
- id: mixed-line-ending
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.4.0
rev: v2.5.0
hooks:
- id: setup-cfg-fmt
args: ["--include-version-classifiers", "--max-py-version", "3.11", "--min-py-version", "3.7"]
Expand Down

0 comments on commit 019517c

Please sign in to comment.