diff --git a/.gitignore b/.gitignore index 4064b3c..8b4d3df 100644 --- a/.gitignore +++ b/.gitignore @@ -39,4 +39,4 @@ db.sqlite3 # unignore !requirements.txt -!requirements-dev.txt \ No newline at end of file +!requirements-dev.txt diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f09ba8c..e5c806e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,4 +6,4 @@ repos: # Run the linter. - id: ruff # Run the formatter. - - id: ruff-format \ No newline at end of file + - id: ruff-format