A framework for managing and maintaining multi-language pre-commit hooks.
Find a file
Rob Broadley b6c3bf3763
Fix highlighted text not readable with some color schemes
Make the foreground (text) color be the usual background color,
when highlighting text. This is done by setting the foreground
color instead of the background color, then inverting (code 7)
to swap the foreground and background colors.

Previously, with some color schemes there was not enough contrast
between the text and highlight color.
Based on the assumption that there should be contrast between
terminal colors and the background, this should make the text
readable with a wider set of color schemes.
2025-01-06 18:40:26 +00:00
.github install r on ubuntu runners 2024-12-28 16:06:00 -05:00
pre_commit Fix highlighted text not readable with some color schemes 2025-01-06 18:40:26 +00:00
testing remove unused type ignore 2024-10-21 20:35:56 -04:00
tests Merge pull request #3375 from pre-commit/dotnet-tests-ubuntu-latest 2024-12-28 16:03:04 -05:00
.gitignore remove unneeded gitignore lines 2022-03-13 19:55:30 -04:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2024-12-23 22:45:24 +00:00
.pre-commit-hooks.yaml deprecate pre-commit-validate-{config,manifest} 2022-04-24 19:08:47 -04:00
CHANGELOG.md v4.0.1 2024-10-08 12:08:49 -04:00
CONTRIBUTING.md fix typo in CONTRIBUTING.md 2023-08-14 11:00:17 +01:00
LICENSE MIT 2014-06-05 08:57:40 -07:00
README.md azure pipelines -> github actions 2022-12-29 22:18:31 -05:00
requirements-dev.txt always use #!/bin/sh on windows 2022-01-05 13:22:49 -05:00
setup.cfg v4.0.1 2024-10-08 12:08:49 -04:00
setup.py drop python 3.6 support 2022-01-18 18:44:20 -05:00
tox.ini show 20 slowest durations in CI 2023-03-09 11:00:31 -05:00

build status pre-commit.ci status

pre-commit

A framework for managing and maintaining multi-language pre-commit hooks.

For more information see: https://pre-commit.com/