Skip to content

chore: add pre-commit hook configuration#35

Open
nightcityblade wants to merge 1 commit intointuit:mainfrom
nightcityblade:fix/issue-17
Open

chore: add pre-commit hook configuration#35
nightcityblade wants to merge 1 commit intointuit:mainfrom
nightcityblade:fix/issue-17

Conversation

@nightcityblade
Copy link
Copy Markdown
Contributor

Checklist

  • I've read and agree to the project's contribution guidelines.
  • I'm requesting to pull a topic/feature/bugfix branch.
  • I checked that my code additions pass linting (black, isort, mypy) and unit tests.
  • I updated tests (if applicable). N/A
  • I updated documentation (if applicable). N/A

Description

Adds a .pre-commit-config.yaml with hooks for black, isort, and mypy — matching the project's existing linting tools. Contributors can run pre-commit install to automatically check formatting before committing.

Related Issue

Closes #17

Test Plan

Verified the config file is valid YAML and references the correct hook repos.

Adds .pre-commit-config.yaml with black, isort, and mypy hooks
matching the project's existing linting setup.

Closes intuit#17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add pre-commit hook configuration

1 participant