Commit Graph

5 Commits

Author SHA1 Message Date
Hynek Schlawack 9a58911ea7 Add black & isort to pre-commit
Use the default 88 columns from Black while allowing for 99 columns for longer (doc)strings.
2022-04-11 15:43:12 +02:00
Hynek Schlawack b15f9872f3 Remove unused imports 2022-04-09 10:40:18 +02:00
Hynek Schlawack efc9e6ffdd Remove unneeded compat code
Courtesy of pyupgrade.
2022-04-09 09:51:11 +02:00
Hynek Schlawack 557ae3324c Remove compat code 2022-04-08 08:05:54 +02:00
danieljmv01 bda743b945 feat(settings): Add support to tables in toml settings
* Add support to toml tables for custom fragments,
  with default values.

Resolves: twisted/#369
Signed-off-by: danieljmv01 <danieljmv01@gmail.com>
2022-02-25 08:55:34 +01:00