Skip to content

Commit

Permalink
pre-commit: upgrade all
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <sumner@beeper.com>
  • Loading branch information
sumnerevans committed Mar 8, 2024
1 parent 75c3bcb commit 14a9db8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
exclude_types: [markdown]
Expand All @@ -10,21 +10,21 @@ repos:

# black
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.2.0
hooks:
- id: black
files: ^(cicd|linkedin_matrix)/.*\.pyi?$

# isort
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
files: ^(cicd|linkedin_matrix|linkedin_messaging)/.*\.pyi?$

# flake8
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 7.0.0
hooks:
- id: flake8
files: ^.*\.py$
Expand Down

0 comments on commit 14a9db8

Please sign in to comment.