Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/poethepoet-0.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant-finney committed Dec 24, 2023
2 parents b960c21 + 9648b6f commit 1c0fb06
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 36 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,23 @@ repos:
types: [python]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v3.1.0
hooks:
- id: prettier

- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort

- repo: https://github.com/psf/black
rev: 23.10.0
rev: 23.12.0
hooks:
- id: black
name: black

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.1
rev: v1.7.1
hooks:
- id: mypy
additional_dependencies:
Expand Down Expand Up @@ -105,7 +105,7 @@ repos:
additional_dependencies: [toml]

- repo: https://github.com/pycqa/bandit
rev: 1.7.5
rev: 1.7.6
hooks:
- id: bandit
entry: bandit
Expand Down
58 changes: 27 additions & 31 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c0fb06

Please sign in to comment.