Commit Graph

  • 4f47cac192
    Add --unstable flag (#4096) Jelle Zijlstra 2024-01-25 17:00:47 -0800
  • bccec8adfb
    Show warning on invalid toml configuration (#4165) Daniel Krzeminski 2024-01-25 18:41:37 -0600
  • 7d789469ed
    Describe 2024 module docstring more accurately (#4168) Shantanu 2024-01-25 16:15:18 -0800
  • 17f7f297ef
    Simplify code in lines.py (#4167) Shantanu 2024-01-25 13:41:45 -0800
  • f7d552d9b7
    Remove reference (#4169) Shantanu 2024-01-25 13:11:26 -0800
  • a5196e6f1f
    fix: Don't normalize whitespace before fmt:skip comments (#4146) cobalt 2024-01-25 03:31:49 -0600
  • 59b9d858a3
    Create the 2024 stable style (#4106) Jelle Zijlstra 2024-01-24 17:06:14 -0800
  • 8fe602b1fa
    fix pathlib exception handling with symlinks (#4161) Daniel Krzeminski 2024-01-22 11:46:57 -0600
  • 6f3fb78444
    Bump actions/cache from 3 to 4 (#4162) dependabot[bot] 2024-01-22 09:22:56 -0800
  • 995e4ada14
    Fix unnecessary nesting when wrapping long dict (#4135) Shantanu 2024-01-19 17:13:26 -0800
  • 7f60f3dbd7
    Update using_black_with_other_tools.md to ensure flake8 configuration examples are consistant (#4157) Kevin Paulson 2024-01-19 18:54:32 -0500
  • 9a331d606f
    fix: Don't allow unparenthesizing walruses (#4155) cobalt 2024-01-17 13:04:15 -0600
  • b7c3a9fedd
    Docs: Add note on --exclude about possibly verbose regex (#4145) Dragorn421 2024-01-11 16:46:17 +0100
  • e11eaf2f44
    Make blank_line_after_nested_stub_class work for methods (#4141) Shantanu 2024-01-01 20:14:57 -0800
  • b1d17ef9a2
    Fix comment handling when parenthesising conditional expressions (#4134) Shantanu 2024-01-01 17:55:11 -0800
  • 4ceed0b958
    Remove is_function_or_class helper footgun (#4133) Shantanu 2024-01-01 17:36:49 -0800
  • 269190274b
    Clean up dead code in magic trailing comma logic (#4131) Shantanu 2024-01-01 17:29:21 -0800
  • 8e0a9dee1b
    Remove empty lines before docstrings in async functions (#4132) Shantanu 2024-01-01 16:56:39 -0800
  • b9ad4da2e8
    Revert "confine pre-commit to stages (#3940)" (#4137) Shantanu 2024-01-01 16:55:25 -0800
  • fe3376141c
    Allow empty lines at beginnings of more blocks (#4130) Shantanu 2024-01-01 15:46:09 -0800
  • c35924663c
    [pre-commit.ci] pre-commit autoupdate (#4139) pre-commit-ci[bot] 2024-01-01 15:12:18 -0800
  • db9c592967
    Unify docstring detection (#4095) Jelle Zijlstra 2023-12-27 22:59:30 -0800
  • bf6cabc804
    Do not round cache mtimes (#4128) Shantanu 2023-12-27 22:24:57 -0800
  • c80685f361
    Treat walruses like other binary operators in subscripts (#4109) cobalt 2023-12-28 00:24:25 -0600
  • 51786141cc
    Fix nits, chain comparisons, unused params, hyphens (#4114) Anupya Pamidimukkala 2023-12-28 01:23:42 -0500
  • 1b831f214a
    Add new changelog template (#4125) Cooper Lees 2023-12-22 17:46:06 -0600
  • ec91a2be3c
    Prepare release 23.12.1 (#4124) 23.12.1 Cooper Lees 2023-12-22 17:04:32 -0600
  • 8fec1c3085
    Adds paren to deps for hidden extra constraint (#4108) Bryce Willey 2023-12-14 03:28:28 -0500
  • 35ce37ded7 Add new changelog template Jelle Zijlstra 2023-12-11 22:28:46 -0800
  • d9ad09a32b
    Prepare release 23.12.0 (#4105) 23.12.0 Jelle Zijlstra 2023-12-11 21:55:28 -0800
  • 67942400a3
    Merge branch 'main' into 241a1really 24.1a1 Jelle Zijlstra 2023-12-11 21:39:38 -0800
  • 0302e8dd68 changelog Jelle Zijlstra 2023-12-11 21:33:56 -0800
  • ebd543c0ac
    Fix feature detection for parenthesized context managers (#4104) Jelle Zijlstra 2023-12-11 21:37:15 -0800
  • 27c8a3440d Fix feature detection for parenthesized CMs Jelle Zijlstra 2023-12-11 20:58:56 -0800
  • acb8c7c09d unused imports Jelle Zijlstra 2023-12-11 14:45:32 -0800
  • 034fd94ec2
    Merge branch 'main' into 241a1really Jelle Zijlstra 2023-12-11 14:42:16 -0800
  • eb7661f8ab
    Fix another case where we format dummy implementation for non-functions/classes (#4103) Jelle Zijlstra 2023-12-11 14:41:41 -0800
  • 0c9899956d
    Fix path in test message (#4102) Jelle Zijlstra 2023-12-11 14:29:33 -0800
  • b073cbd37b fix some more Jelle Zijlstra 2023-12-11 13:40:48 -0800
  • dc2d1046ee Fix another dummy impl case Jelle Zijlstra 2023-12-11 13:39:36 -0800
  • c27daf6a8f Update tests Jelle Zijlstra 2023-12-11 13:27:23 -0800
  • 10f6449e3d fix some tests Jelle Zijlstra 2023-12-11 13:24:35 -0800
  • 6e8871b0ce Fix the worst issues Jelle Zijlstra 2023-12-11 13:23:26 -0800
  • 3fd83e08e7
    Merge branch 'main' into 241a1really Jelle Zijlstra 2023-12-11 13:19:54 -0800
  • 9aea9768cb
    Only use dummy implementation logic for functions and classes (#4066) Jelle Zijlstra 2023-12-11 13:19:02 -0800
  • 67b23d7185
    Bump actions/setup-python from 4 to 5 (#4101) dependabot[bot] 2023-12-11 11:32:04 -0800
  • ce28be2705
    Add dedicated preview feature for East Asian Width (#4097) Jelle Zijlstra 2023-12-09 21:14:25 -0800
  • be46470e55 Fix up merge Jelle Zijlstra 2023-12-09 19:37:47 -0800
  • 37f8ed0a3f Remove obsolete features Jelle Zijlstra 2023-12-09 19:36:35 -0800
  • 337a85df22
    Merge branch 'main' into 241a1really Jelle Zijlstra 2023-12-09 19:35:14 -0800
  • 61b529b7d1
    Allow empty lines at beginning of blocks (again) (#4060) Jelle Zijlstra 2023-12-09 18:29:09 -0800
  • e7e122e9ff
    docs: Move fmt: off docs (#4090) cobalt 2023-12-09 19:44:15 -0600
  • 432d9050c3
    docs: Unify option descriptions between --help and the_basics.md (#4076) cobalt 2023-12-07 11:32:06 -0600
  • 50e287cece
    docs: Clarify include/exclude documentation (#4072) cobalt 2023-12-07 10:38:57 -0600
  • e4ae213f06
    test preview cases with line-length 1 unless explicitly skipped (#4087) John Litborn 2023-12-06 16:17:33 +0100
  • 50d5756e8e
    fix crash in preview mode with --line-length=1 (#4086) John Litborn 2023-12-05 19:19:24 +0100
  • 3416b2c82d
    Fix: --line-ranges dedents a # fmt: off in the middle of a decorator (#4084) Riyazuddin Khan 2023-12-04 23:40:03 +0530
  • 66ec056e39
    Fix minor typos in docstrings (#4085) exag 2023-12-04 14:47:30 +0900
  • a0e270d0f2
    Build mypycified wheels for Python 3.12 (#4070) Alex Waygood 2023-11-24 18:05:59 +0000
  • 69d49c5a6f
    Bump mypy to 1.7.1 (#4069) Alex Waygood 2023-11-24 14:19:54 +0000
  • fb5e5d2be6
    Prefer more equal signs before a break when splitting chained assignments (#4010) Henri Holopainen 2023-11-23 05:11:49 +0200
  • be336bb67f
    Run lint job on Ubuntu only (#4061) Jelle Zijlstra 2023-11-20 22:33:16 -0800
  • bb31678201 Enable two more Jelle Zijlstra 2023-11-20 22:29:44 -0800
  • cc3780fd9f Update some tests Jelle Zijlstra 2023-11-20 22:26:08 -0800
  • c71b5e23bd more relatively noncontroversial features Jelle Zijlstra 2023-11-20 21:44:26 -0800
  • 51bb901a8a Many uncontroverisal preview changes Jelle Zijlstra 2023-11-20 21:24:26 -0800
  • 129349ce66 update comments Jelle Zijlstra 2023-11-20 21:11:44 -0800
  • d753703005 reformat Jelle Zijlstra 2023-11-20 21:10:50 -0800
  • 18e711f7b4 Allow empty lines at beginning of blocks (again) Jelle Zijlstra 2023-11-20 21:04:50 -0800
  • a8062983cd
    Disable the stability check with --line-ranges for now. (#4034) Yilei Yang 2023-11-20 20:45:39 -0800
  • 89e28ea66f
    Permit standalone form feed characters at the module level (#4021) tungol 2023-11-20 20:44:33 -0800
  • ec4a1525ee
    [docker ci] Revert "parallel" builds in seperate actions (#4057) Cooper Lees 2023-11-19 11:28:00 -0800
  • 30c6bb3651
    [docker ci] Split up amd64 (x86_64) and arm64 builds (#4054) Cooper Lees 2023-11-19 10:44:00 -0800
  • f23b845a29
    [ci] Move 'lint' to 3.12 (#4053) Cooper Lees 2023-11-18 18:11:50 -0800
  • 96faa3b469
    [docker] Build with 3.12 image (#4055) Cooper Lees 2023-11-18 18:09:47 -0800
  • 80a166f2e1
    Make black[d] install + test run with 3.12 (#4035) Cooper Lees 2023-11-18 12:09:55 -0800
  • 11da02da72
    Handle more huggable immediately nested parens/brackets. (#4012) Yilei Yang 2023-11-18 11:47:05 -0800
  • d93a942a79
    Upgrade mypy to 1.6.1 (#4049) Alex Waygood 2023-11-18 19:42:36 +0000
  • c4cd200a06
    Make flake8 pass when run with Python 3.12 (#4050) Alex Waygood 2023-11-18 19:41:46 +0000
  • 85b1c71a34
    Block aiohttp==3.9.0 from being installed in CI on Windows/pypy (#4051) Alex Waygood 2023-11-18 19:15:07 +0000
  • 5773d5cd2b
    Document target version inference (#4048) cobalt 2023-11-17 15:39:44 -0600
  • 1b6b0bfcac
    Improve annotations for black.concurrency.cancel (#4047) Alex Waygood 2023-11-17 15:57:00 +0000
  • 58f31a70ef Add new release template Jelle Zijlstra 2023-11-07 22:10:35 -0800
  • 2a1c67e0b2
    Prepare release 23.11.0 (#4032) 23.11.0 Jelle Zijlstra 2023-11-07 20:44:46 -0800
  • 72e7a2e43e
    Remove redundant condition from has_magic_trailing_comma (#4023) Ran Benita 2023-11-08 06:21:33 +0200
  • 1a7d9c2f58
    Preserve visible quote types for f-string debug expressions (#4005) Henri Holopainen 2023-11-08 06:19:32 +0200
  • f4c7be5445
    docs: fix minor typo (#4030) Abdenour Madani 2023-11-08 00:40:10 +0100
  • 2e4fac9d87
    Apply force exclude logic before symlink resolution (#4015) Shantanu 2023-11-07 11:31:44 -0800
  • 66008fda5d
    [563] Fix standalone comments inside complex blocks crashing Black (#4016) Henri Holopainen 2023-11-07 21:29:24 +0200
  • 50ed6221d9
    Fix long case blocks not split into multiple lines (#4024) rdrll 2023-11-07 06:31:58 -0800
  • 46be1f8e54
    Support formatting specified lines (#4020) Yilei Yang 2023-11-06 18:05:25 -0800
  • ecbd9e8cf7
    Fix crash with f-string docstrings (#4019) Shantanu 2023-11-06 16:58:43 -0800
  • e808e61db8
    Preview: Keep requiring two empty lines between module-level docstring and first function or class definition (#4028) Yilei Yang 2023-11-06 14:30:04 -0800
  • 9e3daa1107
    Fix arm wheels on macOS (#4017) Shantanu 2023-11-05 18:29:37 -0800
  • 448324637d
    Enable branch coverage (#4022) Ran Benita 2023-11-04 22:49:12 +0200
  • c54c213d6a
    Fix crash on await (a ** b) (#3994) Jelle Zijlstra 2023-11-02 20:42:11 -0700
  • e2f2bd076f
    Minor refactoring in get_sources and gen_python_files (#4013) Shantanu 2023-11-01 06:20:14 -0700
  • 5758da6e3c
    Fix bytes strings being treated as docstrings (#4003) Jelle Zijlstra 2023-10-31 17:11:28 -0700
  • e50110353a
    Produce equivalent code for docstrings containing backslash followed by whitespace(s) before newline (#4008) Henri Holopainen 2023-10-31 17:27:11 +0200
  • ddfecf06c1
    Hug parens also with multiline unpacking (#3992) Henri Holopainen 2023-10-30 17:35:26 +0200