Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
pre-commit autoupdate and set default python to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemhelal committed Apr 17, 2024
1 parent de3d853 commit 6fdf198
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
default_language_version:
python: python3.10

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-yaml


- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.0
rev: v0.3.7
hooks:
- id: ruff
types_or: [python, jupyter]
Expand Down

0 comments on commit 6fdf198

Please sign in to comment.