Skip to content

Commit

Permalink
Bump pre-commit hooks and server example lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Mar 12, 2024
1 parent 6d13bd7 commit b5686b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ repos:
hooks:
- id: black
- repo: https://github.com/PyCQA/bandit
rev: 1.7.7
rev: 1.7.8
hooks:
- id: bandit
exclude: ^tests/
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
files: ^fido2/
12 changes: 6 additions & 6 deletions examples/server/poetry.lock

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

0 comments on commit b5686b3

Please sign in to comment.