ansible-collections / community.postgresql

Manage PostgreSQL with Ansible
https://galaxy.ansible.com/ui/repo/published/community/postgresql/
Other
111 stars 90 forks source link

Update the .pre-commit-config.yaml file #768

Open Andersson007 opened 1 week ago

Andersson007 commented 1 week ago

Edit the pre-commit-config and remove whatever it is you don't like/want. I assume it's this:

  - id: isort
    name: isort
    entry: isort --check --diff .
    language: system
    types: [python]

Originally posted by @hunleyd in https://github.com/ansible-collections/community.postgresql/pull/765#pullrequestreview-2424308532