Skip to content

Commit

Permalink
Merge pull request #106 from catalyst-cooperative/pre-commit-ci-updat…
Browse files Browse the repository at this point in the history
…e-config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
bendnorman authored Jun 22, 2023
2 parents 6a1b583 + 1f6ca2b commit 460cc5d
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
Expand Up @@ -58,20 +58,20 @@ repos:
# Update a bunch of Python syntax, using __futures__ for Python 3.8/3.9
# Note that this sometimes conflicts with Pydantic on Python 3.8/3.9
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.7.0
hooks:
- id: pyupgrade
args: ["--py38-plus"]

# Deterministic python formatting:
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
language_version: python3.10

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.6
rev: v3.0.0-alpha.9-for-vscode
hooks:
- id: prettier
types_or: [yaml]
Expand Down Expand Up @@ -100,7 +100,7 @@ repos:

# Check for known security vulnerabilities:
- repo: https://github.com/PyCQA/bandit
rev: 1.7.4
rev: 1.7.5
hooks:
- id: bandit
args: ["--configfile", ".bandit.yml"]
Expand Down

0 comments on commit 460cc5d

Please sign in to comment.