Skip to content

Commit

Permalink
[MegaLinter] Apply linters fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wesley-dean-gsa committed Dec 16, 2024
1 parent 1493cc1 commit 6fe5eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ repos:
name: "Files named .env are not allowed."
entry: "Files may not be named .env"
language: fail
files: '^(.*[/])?[.]env$'
files: "^(.*[/])?[.]env$"

0 comments on commit 6fe5eab

Please sign in to comment.