Skip to content

Commit

Permalink
2021
Browse files Browse the repository at this point in the history
  • Loading branch information
FredHappyface committed Oct 12, 2021
1 parent 5b33272 commit 72a6653
Show file tree
Hide file tree
Showing 19 changed files with 277 additions and 11,558 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requirements_optional.txt
upstream.py
*.prof

# DepHell stuff
poetry.lock
Expand Down
23 changes: 23 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
repos:

- repo: https://github.com/pycqa/isort
rev: 5.9.3
hooks:
- id: isort

- repo: https://github.com/pycqa/pylint
rev: v2.11.1
hooks:
- id: pylint

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer

- repo: https://github.com/asottile/pyupgrade
rev: v2.29.0
hooks:
- id: pyupgrade
args: [--py37-plus]
8 changes: 8 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- id: blackt
name: blackt
description: "Blackt: The uncompromising Python code formatter"
entry: blackt
language: python
minimum_pre_commit_version: 2.9.2
require_serial: true
types_or: [python, pyi]
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,20 @@
All major and minor version changes will be documented in this file. Details of
patch-level version changes can be found in [commit messages](../../commits/master).

## 2021 - 2021/10/12

- Now wraps black for easier maintenance
- Now available as a pre-commit hook
- updated pyproject.toml

## 2021a5 - 30/05/2021

- Update click

## 2021a4 - 22/04/2021

- Based on https://github.com/psf/black/tree/7b4ca4bd90c148d72548048f5109537a555aaf77

## 2021a__ - 07/04/2021

- Alpha releases
2 changes: 0 additions & 2 deletions DOCS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ Full list of [Blackt](#blackt-index) project modules.
- [Blackt Index](#blackt-index)
- [blackt](blackt/index.md#blackt)
- [\_\_main\_\_](blackt/module.md#__main__)
- [blackt_new](blackt_new/index.md#blackt_new)
- [\_\_main\_\_](blackt_new/module.md#__main__)
4,136 changes: 15 additions & 4,121 deletions DOCS/blackt/index.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions DOCS/blackt/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

> Auto-generated documentation for [blackt.__main__](../../blackt/__main__.py) module.
Call the main method when called like python3 -m blackt [args]

- [Blackt](../README.md#blackt-index) / [Modules](../README.md#blackt-modules) / [blackt](index.md#blackt) / \_\_main\_\_
130 changes: 0 additions & 130 deletions DOCS/blackt_new/index.md

This file was deleted.

5 changes: 0 additions & 5 deletions DOCS/blackt_new/module.md

This file was deleted.

Loading

0 comments on commit 72a6653

Please sign in to comment.