Skip to content

Commit

Permalink
Ignore local linting config for pre-commit (#582)
Browse files Browse the repository at this point in the history
* ignore local linting config for pre-commit + ruff dummy error

* lint
  • Loading branch information
mmacata authored Dec 13, 2024
1 parent 68013f1 commit 356c712
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ docker/redis_queue_data/dump.rdb
!docker/actinia-core-dev/actinia.cfg
!docker/actinia-core-dev/endpoints.csv
!docker/actinia-core-tests/*.cfg

# linting with shared config file
ruff-github-workflows.toml
ruff-merged.toml

0 comments on commit 356c712

Please sign in to comment.