Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 16, 2024
1 parent b000436 commit f450ae7
Show file tree
Hide file tree
Showing 4 changed files with 258 additions and 258 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ default_language_version:
python: python3.11
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: trailing-whitespace

- repo: https://github.com/pycqa/autoflake
rev: v2.2.0
rev: v2.3.1
hooks:
- id: autoflake
args: ['-r', '--in-place', '--remove-all-unused-imports']

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

- repo: https://github.com/ambv/black
rev: 23.7.0
rev: 23.12.1
hooks:
- id: black
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.4
3.12.3
Loading

0 comments on commit f450ae7

Please sign in to comment.