Files
typeshed/stubs
Alex Waygood a4e3cfefac Improve pre-commit config (#9563)
- Add a few more hooks. These are all very fast, and I've found them useful in other projects:
  - Autofixes:
    - `trailing-whitespace`: fixes trailing whitespace
    - `requirements-txt-fixer`: alphabetises items in `requirements.txt` files
    - `end-of-file-fixer`: makes sure every file ends with a single newline character
    - `mixed-line-ending`: Makes sure Windows users don't accidentally introduce CRLF line endings into a file that uses LF line endings
  - None-autofixes:
    - `check-yaml`: loads YAML files to validate syntax
    - `check-toml`: loads TOML files to validate syntax
    - `check-merge-conflict`: detects merge-conflict strings in files and blocks them from accidentally being committed
    - `check-case-conflict`: checks for files with names that would conflict on a case-insensitive filesystem like MacOS HFS+ or Windows FAT; blocks them from being committed.
  - Change the bot schedule to quarterly, to reduce noisy PRs
  - Change the `black` language target-version to Python 3.10, synching the setting here with the changes that were made to our `pyproject.toml` file in #7538
2023-01-18 06:29:18 -08:00
..
2022-10-12 09:35:12 +01:00
2022-12-27 17:46:54 +00:00
2023-01-05 16:07:36 +00:00
2022-12-24 11:07:47 +00:00
2023-01-05 11:37:08 +00:00
2023-01-07 16:22:09 +00:00
2022-11-01 12:37:21 +01:00
2022-11-22 10:18:49 +00:00
2023-01-06 18:25:48 +00:00
2022-11-25 09:34:37 +01:00
2022-11-22 20:46:29 -08:00
2022-07-19 19:15:20 -07:00
2022-11-18 10:32:30 +00:00
2022-11-13 11:11:47 +00:00
2023-01-18 06:29:18 -08:00
2022-12-23 14:24:30 +00:00
2022-11-16 10:23:50 +01:00