Skip to content

Commit

Permalink
Upgrade linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNaif2018 committed Dec 20, 2024
1 parent d379a96 commit 305cb97
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: check-merge-conflict
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -17,8 +17,6 @@ repos:
- id: check-symlinks
- id: debug-statements
- id: fix-byte-order-marker
- id: fix-encoding-pragma
args: ["--remove"]
- id: detect-private-key
- repo: local
hooks:
Expand Down

0 comments on commit 305cb97

Please sign in to comment.