Commit Graph

  • b1c4dd96d7
    fix: respect braces better in f-string parsing (#4422) Tushar Sadhwani 2024-08-02 21:51:39 +0530
  • 4b4ae43e8b
    Fix incorrect linenos on fstring tokens with escaped newlines (#4423) Jelle Zijlstra 2024-08-01 11:54:15 -0700
  • 7fa1faf83a
    docs: fix the installation command of extra for blackd (#4413) Kanishk Pachauri 2024-07-25 10:10:26 +0530
  • 8827accf56
    Bump sphinx from 7.3.7 to 7.4.0 in /docs (#4404) dependabot[bot] 2024-07-22 07:06:49 -0700
  • b0da11d370
    Bump furo from 2024.5.6 to 2024.7.18 in /docs (#4409) dependabot[bot] 2024-07-22 06:46:59 -0700
  • 721dff5493
    fix: avoid formatting backslash strings inside f-strings (#4401) Tushar Sadhwani 2024-07-11 08:22:37 +0530
  • 7e2afc9bfd
    Update actions/checkout to v4 to stop node deprecation warnings (#4379) Oliver Sayers 2024-07-05 00:50:26 +0100
  • 1ad5263f2f
    Bump cibuildwheel to 2.19.2 (#4395) Shantanu 2024-07-04 16:45:53 -0700
  • 9ff047a957
    Fix wheel build by using newer manylinux image (#4394) Shantanu 2024-07-04 16:40:28 -0700
  • 5e571ccbbe
    Fix use of deprecated ast.Str (#4393) Jelle Zijlstra 2024-07-04 16:26:42 -0700
  • 978bc505ac
    [pre-commit.ci] pre-commit autoupdate (#4392) pre-commit-ci[bot] 2024-07-01 17:18:22 -0700
  • b1f7b9f87d
    Bump docker/build-push-action from 5 to 6 (#4387) dependabot[bot] 2024-06-25 08:42:06 -0700
  • b677a643c5
    tokenizer: skip lines that are just slash and whitespace (#4343) Tushar Sadhwani 2024-06-02 01:31:36 +0530
  • 8447af4d8d
    Bump pypa/cibuildwheel from 2.18.0 to 2.18.1 (#4373) dependabot[bot] 2024-06-01 12:59:53 -0700
  • 9c1fd463e1
    Make sure Black doesn't crash when fmt:off is used before a closing paren (#4363) Yilei Yang 2024-05-15 17:32:27 -0700
  • b9c63230b4
    Bump pypa/cibuildwheel from 2.17.0 to 2.18.0 (#4360) dependabot[bot] 2024-05-13 05:32:40 -0700
  • 4af12c499e
    Bump furo from 2024.4.27 to 2024.5.6 in /docs (#4358) dependabot[bot] 2024-05-13 05:27:58 -0700
  • c827551b23
    Bump AndreMiras/coveralls-python-action from 8799c9f4443ac4201d2e2f2c725d577174683b99 to 65c1672f0b8a201702d86c81b79187df74072505 (#4359) dependabot[bot] 2024-05-13 05:24:13 -0700
  • 3be19b306f
    docker: Install the compiled wheel then install extras dependencies (#4357) Cooper Lees 2024-05-10 08:23:10 -0700
  • f71925885c
    Add caution to the playground mention (#4352) Jelle Zijlstra 2024-05-07 12:33:10 -0700
  • ccfb0db4d5
    Extend link detection to links outside parens (#4347) Jelle Zijlstra 2024-05-04 16:14:13 -0700
  • c801cd60b1
    Format docs/ and scripts/ in CI (#4348) Jelle Zijlstra 2024-05-04 13:26:36 -0700
  • f22b2437d5
    Convert PR numbers in docs/change_log to clickable links (#4346) Samson Umezulike 2024-05-04 17:03:50 +0200
  • 75eb55764e
    packaging metadata: link to the docs, issue tracker (#4345) Michael R. Crusoe 2024-05-03 15:51:33 +0200
  • f2da85fe7f
    Bump myst-parser from 2.0.0 to 3.0.1 in /docs (#4341) dependabot[bot] 2024-04-29 06:17:24 -0700
  • 0ab0b75717
    Bump furo from 2024.1.29 to 2024.4.27 in /docs (#4340) dependabot[bot] 2024-04-29 06:16:28 -0700
  • 0c033f3eb7
    Upgrade some old syntax (#4338) Tomasz Kłoczko 2024-04-27 15:54:18 +0100
  • 455de7703e
    Fix another f-string regression (#4339) Jelle Zijlstra 2024-04-27 01:24:20 -0700
  • dbb956b0d3 New changelog Jelle Zijlstra 2024-04-25 18:25:22 -0700
  • 3702ba224e
    Prepare release 24.4.2 (#4335) 24.4.2 Jelle Zijlstra 2024-04-25 16:52:26 -0700
  • e4aaa8a994
    Fix incorrect f-string tokenization (#4332) Jelle Zijlstra 2024-04-25 16:45:46 -0700
  • ba88fc372e
    Simplify string tokenization regexes (#4331) Jelle Zijlstra 2024-04-24 23:11:31 -0700
  • 5683242fd4 New release template Jelle Zijlstra 2024-04-24 20:22:56 -0700
  • e7fb048281
    Prepare release 24.4.1 (#4328) 24.4.1 Jelle Zijlstra 2024-04-24 07:23:25 -0700
  • 3f0f8f1956
    Support PEP 696 (#4327) Jelle Zijlstra 2024-04-23 22:08:37 -0700
  • 2f88085da5
    Github Action: Directly install from repo if export-subst is skipped (#4313) S.S 2024-04-24 12:01:53 +0900
  • 12ce3db077
    Move changelog entry to right section (#4326) Shantanu 2024-04-23 19:26:49 -0700
  • 1354be2525
    Add support to style function definitions with newlines before function stubs (#4318) peterkra25 2024-04-23 22:19:56 -0400
  • f4b644b82f
    Prevent wrapping of multiline fstrings in parens (#4325) Tushar Sadhwani 2024-04-24 02:46:47 +0530
  • 551ede2825
    Add PEP 701 support (#3822) Tushar Sadhwani 2024-04-22 20:49:19 +0530
  • 944b99aa91
    Bump sphinx from 7.2.6 to 7.3.7 in /docs (#4322) dependabot[bot] 2024-04-22 00:01:38 -0700
  • 7134754ef4
    Remove node-specific logic from visit_default (#4321) Shantanu 2024-04-21 23:59:29 -0700
  • 7669381420
    Pin to old flake8-bugbear (#4319) Shantanu 2024-04-21 20:19:47 -0700
  • 735733b205
    Use uv in docs build (#4310) Shantanu 2024-04-14 01:51:07 -0700
  • 9dc9114aef
    Mention pipx installation Harsha S 2024-04-14 13:41:24 +0530
  • 66e2b11571
    Add new change template (#4308) Shantanu 2024-04-12 13:25:36 -0700
  • 8fe627072f
    Prepare release 24.4.0 (#4307) 24.4.0 Shantanu 2024-04-12 13:12:22 -0700
  • 6b25e7cdab
    Bump peter-evans/find-comment from 3.0.0 to 3.1.0 (#4304) dependabot[bot] 2024-04-08 09:40:15 -0400
  • 07fe1ca88a
    docs: remove repetitive word (#4303) alwayshang 2024-04-07 15:18:00 +0800
  • 3383f531bc
    GitHub Action: Allow reading version from pyproject.toml (#4294) Sebastian Rittau 2024-04-05 14:40:40 +0200
  • c8f1a5542c
    [pre-commit.ci] pre-commit autoupdate (#4297) pre-commit-ci[bot] 2024-04-01 15:51:24 -0700
  • 836acad863
    Improve AST safety check (#4290) Shantanu 2024-03-22 19:13:53 -0700
  • 13bd0925eb
    fix: Stop moving multiline strings to a new line unless inside brackets (#4289) cobalt 2024-03-22 21:11:01 -0500
  • c9d2635b55
    Remove mocking from tests (#4287) Shantanu 2024-03-20 18:15:42 -0700
  • bf1195612c
    Fix two logging calls in the test helper (#4286) Yilei Yang 2024-03-19 22:04:48 -0700
  • 97993f997f
    Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 (#4283) dependabot[bot] 2024-03-18 12:19:55 -0600
  • f78b15712a
    Fix formatting for if clauses in match-case blocks (#4269) rdrll 2024-03-16 07:38:07 -0700
  • 8332a75e82 Add new change template Jelle Zijlstra 2024-03-15 12:40:17 -0700
  • 552baf8229
    Prepare release 24.3.0 (#4279) 24.3.0 Jelle Zijlstra 2024-03-15 12:17:00 -0700
  • f000936726
    Fix catastrophic performance in lines_with_leading_tabs_expanded() (#4278) Jelle Zijlstra 2024-03-15 12:06:12 -0700
  • 7b5a657285
    Fix --line-ranges behavior when ranges are at EOF (#4273) Samson Umezulike 2024-03-15 19:18:47 +0100
  • 1abcffc818
    Use regex where we ignore case on windows (#4252) Kai Sforza 2024-03-13 00:22:10 -0400
  • 719e67462c
    Fix 4227: Improve documentation for --quiet --check (#4236) Daniel Krzeminski 2024-03-12 23:15:29 -0500
  • e5510afc06
    update plugin url for Thonny (#4259) Charpy 2024-03-13 05:14:06 +0100
  • 6af7d11096
    Fix AST safety check false negative (#4270) Jelle Zijlstra 2024-03-09 17:42:29 -0800
  • f03ee113c9
    Ensure blib2to3.pygram is initialized before use (#4224) Zac Hatfield-Dodds 2024-03-02 19:31:02 -0800
  • e4bfedbec2
    fix: Don't move comments while splitting delimiters (#4248) cobalt 2024-03-01 09:02:56 -0600
  • d0287e1f75
    Make trailing comma logic more concise (#4202) cobalt 2024-02-28 15:20:46 -0600
  • 0f18001abf
    chore: Refactor delimiter_split() (#4257) cobalt 2024-02-28 10:27:57 -0600
  • 899002399a
    Remove usage of pkg_resources in docs/conf.py (#4251) Victorien 2024-02-26 16:49:39 +0100
  • ea66d40dd7
    Update empty line documentation (#4239) Shantanu 2024-02-25 16:36:52 -0800
  • d1d4fc58d3
    Add new release template (#4228) Shantanu 2024-02-12 12:46:16 -0800
  • 6fdf8a4af2
    Prepare release 24.2.0 (#4226) 24.2.0 Shantanu 2024-02-12 12:11:15 -0800
  • 8af439407c
    fix: Don't remove comments along with parens (#4218) cobalt 2024-02-12 08:27:50 -0600
  • 35e9776919
    Bump pre-commit/action from 3.0.0 to 3.0.1 (#4225) dependabot[bot] 2024-02-12 06:19:25 -0800
  • 23dfc5b2c3
    Fix ignoring input files for symlink reasons (#4222) Shantanu 2024-02-12 00:04:09 -0800
  • a20100395c
    Simplify check for symlinks that resolve outside root (#4221) Shantanu 2024-02-10 23:55:01 -0800
  • dab37a6a11
    Remove redundant parentheses in case statement if guards (#4214) Logan Hunt 2024-02-07 06:55:02 -0800
  • 32230e6f5c
    fix: bug where the doublestar operation had inconsistent formatting. (#4154) Seung Wan Yoo 2024-02-05 22:33:11 +0900
  • 7edb50f5a0
    fix: additional newline added to docstring when the previous line length is less than the line length limit minus 1 (#4185) Brandon J 2024-02-05 05:56:07 -0700
  • 3e80de3447
    Bump furo from 2023.9.10 to 2024.1.29 in /docs (#4211) dependabot[bot] 2024-02-05 04:47:35 -0800
  • a08b480a2f
    Bump pypa/cibuildwheel from 2.16.4 to 2.16.5 (#4212) dependabot[bot] 2024-02-05 01:09:21 -0800
  • 632f44bd68
    docs: Refactor pycodestyle/Flake8 compatibility docs (#4194) cobalt 2024-02-02 00:00:41 -0600
  • 9728b8e9b8
    Move hug_parens_with_braces_and_square_brackets into the unstable style (#4198) Jelle Zijlstra 2024-02-01 21:58:51 -0800
  • 2623269dab
    Ignore pyproject.toml missing tool.black section (#4204) Shantanu 2024-02-01 21:50:45 -0800
  • 24c9c01e91
    fix: minor issue with schemastore part of script (#4195) Henry Schreiner 2024-02-01 12:25:38 -0500
  • cca3c0fd9f
    Test that preview/unstable features are documented (#4187) Jelle Zijlstra 2024-01-30 22:22:38 -0800
  • d6e11ca399
    Bump peter-evans/find-comment from 2.4.0 to 3.0.0 (#4190) dependabot[bot] 2024-01-29 08:27:21 -0800
  • 8912a33321
    Bump peter-evans/create-or-update-comment from 3.1.0 to 4.0.0 (#4192) dependabot[bot] 2024-01-29 08:21:00 -0800
  • 2bc5ce8ae1
    feat: add schema and validate-pyproject support (#4181) Henry Schreiner 2024-01-29 10:56:48 -0500
  • 177e306363
    Bump pypa/cibuildwheel from 2.16.2 to 2.16.4 (#4191) dependabot[bot] 2024-01-28 23:07:34 -0800
  • d919746fae
    Swallow warnings when performing AST checks (#4189) Shantanu 2024-01-28 07:05:56 -0800
  • 0b4364b7e3 Add new release template Jelle Zijlstra 2024-01-28 05:37:12 -0800
  • e026c93888
    Prepare release 24.1.1 (#4186) 24.1.1 Jelle Zijlstra 2024-01-27 20:51:32 -0800
  • 79fc1158a9
    chore: ignore node_modules (produced by a pre-commit check) (#4184) Henry Schreiner 2024-01-27 23:24:36 -0500
  • 8bf04549ff
    Consistently add trailing comma on typed parameters (#4164) cobalt 2024-01-27 15:55:22 -0600
  • 1607e9ab20
    Fix missing space in option description (#4182) Jelle Zijlstra 2024-01-27 12:34:02 -0800
  • ed770ba4dd
    Fix cache file length (#4176) Jelle Zijlstra 2024-01-26 11:54:49 -0800
  • 659c29a41c New changelog Jelle Zijlstra 2024-01-25 21:12:38 -0800
  • 0e6e46b9eb
    Prepare release 24.1.0 (#4170) 24.1.0 Jelle Zijlstra 2024-01-25 20:35:21 -0800