Skip to content

Commit

Permalink
update .pre-commit-config
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri committed Oct 4, 2024
1 parent 04980de commit 1fd6858
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_language_version:
python: python3.10.10
python: python3.10

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -8,6 +8,7 @@ repos:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-added-large-files
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.5
hooks:
Expand Down

0 comments on commit 1fd6858

Please sign in to comment.