Skip to content

Commit

Permalink
πŸ“ updated comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego-H-S committed Sep 20, 2024
1 parent f11469f commit 8994bb6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ repos:
- id: trailing-whitespace
- id: check-added-large-files

# - repo: https://github.com/astral-sh/ruff-pre-commit
# # Ruff version.
# rev: v0.3.4
# hooks:
# # Run the linter.
# - id: ruff
# name: lint Python
# # args: [ --fix ]
# # Run the formatter.
# - id: ruff-format
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.3.4
hooks:
# Run the linter.
- id: ruff
name: lint Python
# args: [ --fix ]
# Run the formatter.
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
Expand Down

0 comments on commit 8994bb6

Please sign in to comment.