Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test run black on self #3114

Merged
merged 8 commits into from Jun 14, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 0 additions & 8 deletions .pre-commit-config.yaml
Expand Up @@ -4,14 +4,6 @@ exclude: ^(src/blib2to3/|profiling/|tests/data/)
repos:
- repo: local
hooks:
- id: black
name: black
language: system
entry: black
minimum_pre_commit_version: 2.9.2
require_serial: true
types_or: [python, pyi]

- id: check-pre-commit-rev-in-example
name: Check pre-commit rev in example
language: python
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Expand Up @@ -72,6 +72,10 @@

- Fixed strtobool function. It didn't parse true/on/false/off. (#3025)

### Maintenance

- Black does not run anymore as a pre-commit hook, but via Tox
saroad2 marked this conversation as resolved.
Show resolved Hide resolved

## 22.3.0

### Preview style
Expand Down