Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
repos:
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.9.0
hooks:
- id: black
language_version: "python3.12"

- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1
- repo: https://github.com/pycqa/isort
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They now provide official support, the mirror has been archived: https://pycqa.github.io/isort/docs/configuration/pre-commit.html

rev: 7.0.0
hooks:
- id: isort
additional_dependencies: [toml]
additional_dependencies: [ toml ]
language_version: "python3.12"

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: debug-statements

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.7.0
rev: v3.1.0
hooks:
- id: setup-cfg-fmt
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ license_files =
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the result of the setup-cfg-fmt bump.

Programming Language :: Python :: 2
Programming Language :: Python :: 3
project_urls =
Expand Down
Loading