Skip to content

Commit

Permalink
Merge branch 'pre-commit-ci-update-config'
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant-finney committed Aug 13, 2023
2 parents ba6931b + bfefa6a commit 44a7804
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 @@ -50,7 +50,7 @@ repos:
types: [python]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v3.0.1
hooks:
- id: prettier

Expand All @@ -60,7 +60,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.7.0
hooks:
- id: black
name: black
Expand All @@ -80,7 +80,7 @@ repos:
- --no-warn-unused-ignores

- repo: https://github.com/pycqa/flake8
rev: 5.0.4
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -101,7 +101,7 @@ repos:
additional_dependencies: [toml]

- repo: https://github.com/pycqa/bandit
rev: 1.7.4
rev: 1.7.5
hooks:
- id: bandit
entry: bandit
Expand Down

0 comments on commit 44a7804

Please sign in to comment.