Skip to content

Commit

Permalink
bump pre-commit (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse authored Jan 19, 2023
1 parent 2a0a07a commit a52cf27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-toml
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.12.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-isort
Expand All @@ -21,7 +21,7 @@ repos:
hooks:
- id: pylama
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.942
rev: v0.991
hooks:
- id: mypy
additional_dependencies: [types-requests, types-freezegun]

0 comments on commit a52cf27

Please sign in to comment.