Skip to content

Commit

Permalink
Bump dependencies in pre-commit config (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadikkuzu committed Jul 30, 2023
1 parent 4f5af16 commit 0cd82d8
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
Expand Up @@ -6,7 +6,7 @@ repos:
- id: trailing-whitespace
- id: check-added-large-files
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.6.0
rev: v2.10.0
hooks:
- id: pretty-format-ini
args: [--autofix]
Expand All @@ -17,12 +17,12 @@ repos:
hooks:
- id: isort
- repo: https://github.com/ambv/black
rev: 23.1.0
rev: 23.7.0
hooks:
- id: black
args: [-l, '100', --target-version, py35]
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
args: [--exclude, tests/exceptions/source]
Expand Down

0 comments on commit 0cd82d8

Please sign in to comment.