Skip to content

Commit

Permalink
πŸ“ updated commented lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego-H-S committed Sep 18, 2024
1 parent 3d72ecf commit 19ef1c1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ repos:
rev: v0.3.4
hooks:
# Run the linter.
# - id: ruff
# name: lint Python
# # args: [ --fix ]
- id: ruff
name: lint Python
# args: [ --fix ]
# Run the formatter.
- id: ruff-format

Expand All @@ -27,8 +27,8 @@ repos:
hooks:
- id: prettier

# - repo: https://github.com/Yelp/detect-secrets
# rev: v1.5.0
# hooks:
# - id: detect-secrets
# args: ["--baseline", ".secrets.baseline"]
- repo: https://github.com/Yelp/detect-secrets
rev: v1.5.0
hooks:
- id: detect-secrets
args: ["--baseline", ".secrets.baseline"]

0 comments on commit 19ef1c1

Please sign in to comment.