diff --git a/.circleci/config.yml b/.circleci/config.yml index 82106cf43..cc091f507 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,6 +14,9 @@ jobs: - run: name: Install deps command: make install + - run: + name: Pre-commit checks + command: SKIP=ruff-format uv run pre-commit run --all-files --show-diff-on-failure - run: name: Format Check command: make format-check diff --git a/.dockerignore b/.dockerignore index cdc3406ad..0d764cf7c 100644 --- a/.dockerignore +++ b/.dockerignore @@ -27,4 +27,4 @@ docker-compose* target data/v2/cries data/v2/csv -data/v2/sprites \ No newline at end of file +data/v2/sprites diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3209b8bfb..a20ec9587 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,7 +7,7 @@ about: Create a report to help us improve Thanks for contributing to the PokéAPI project. To make sure we're effective, please check the following: - Make sure your issue hasn't already been submitted on the issues tab. (It has search functionality!) -- If your issue is one of outdated API data, please note that we get our data from [veekun](https://github.com/veekun/pokedex/). If they are not up to date either, please look for or create an issue there. Otherwise, feel free to create an issue here. +- If your issue is one of outdated API data, please note that we get our data from [veekun](https://github.com/veekun/pokedex/). If they are not up to date either, please look for or create an issue there. Otherwise, feel free to create an issue here. - Provide a clear description of the issue. - Provide a clear description of the steps to reproduce. - Provide a clear description of the expected behavior. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f84c42c95..290759d95 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ - + blank_issues_enabled: false contact_links: - name: Question diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 52e58f725..2afe0e5c4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,7 +7,7 @@ about: Suggest an idea for this project diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f07e7fd63..4b299d313 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,4 +7,4 @@ updates: - package-ecosystem: "docker" directory: "/Resources/docker/app" schedule: - interval: "monthly" \ No newline at end of file + interval: "monthly" diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index acac7f025..b07afc6f4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ -