Skip to content

Commit

Permalink
style: Updates precommit config
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Jan 7, 2024
1 parent 8c02d39 commit 48735e7
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,25 @@ default_language_version:
python: python3.9
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-yaml
exclude: .conda
- id: check-toml
- id: check-added-large-files
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-ast
- id: check-case-conflict
- id: check-json
- id: check-merge-conflict
- id: no-commit-to-branch
args: ['--branch', 'main']
- id: check-symlinks
- id: check-toml
- id: check-xml
- id: check-yaml
exclude: .conda
- id: debug-statements
language_version: python3
- id: end-of-file-fixer
- id: no-commit-to-branch
args: ['--branch', 'main']
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.1.11'
hooks:
Expand Down

0 comments on commit 48735e7

Please sign in to comment.