Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mrbrandao
/
pre-commit
Public
forked from
pre-commit/pre-commit
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
pre-commit
pre_commit
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on May 10, 2024
determine rust default language version independent of rust-toolchain.toml
asottile
committed
296f592
View commit details
Copy full SHA for 296f592
View code at this point
Browse repository at this point
Commits on Apr 30, 2024
adjust _handle_readonly for typeshed updates
asottile
committed
0d4c6da
View commit details
Copy full SHA for 0d4c6da
View code at this point
Browse repository at this point
Commits on Mar 24, 2024
fix per-hook fail_fast to not fail on previous failures
asottile
committed
fc62215
View commit details
Copy full SHA for fc62215
View code at this point
Browse repository at this point
Commits on Mar 2, 2024
give docker a tty output when expecting color
Show description for e580096
glehmann
authored and
asottile
committed
e580096
View commit details
Copy full SHA for e580096
View code at this point
Browse repository at this point
Commits on Feb 18, 2024
fix building golang hooks during `commit --all`
asottile
committed
61d9c95
View commit details
Copy full SHA for 61d9c95
View code at this point
Browse repository at this point
Commits on Feb 10, 2024
staged_files_only can handle a crlf-only diff
asottile
committed
032d8e2
View commit details
Copy full SHA for 032d8e2
View code at this point
Browse repository at this point
Commits on Jan 12, 2024
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 96e0712
pre-commit-ci[bot]
committed
96e0712
View commit details
Copy full SHA for 96e0712
View code at this point
Browse repository at this point
Pop PYTHONEXECUTABLE
untitaker
committed
3388e2d
View commit details
Copy full SHA for 3388e2d
View code at this point
Browse repository at this point
Commits on Dec 9, 2023
Merge pull request #3093 from pre-commit/removeprefix
Show description for 7dc0a59
asottile
authored
7dc0a59
View commit details
Copy full SHA for 7dc0a59
View code at this point
Browse repository at this point
python 3.9+: use removeprefix
asottile
committed
08478ec
View commit details
Copy full SHA for 08478ec
View code at this point
Browse repository at this point
attempt minimum_pre_commit_version first when parsing configs
asottile
committed
047439a
View commit details
Copy full SHA for 047439a
View code at this point
Browse repository at this point
Address deprecation warning in `shutil.rmtree(onerror=...)`
edgarrmondragon
authored and
asottile
committed
cffabe5
View commit details
Copy full SHA for cffabe5
View code at this point
Browse repository at this point
Commits on Oct 28, 2023
3.13 removed the simpler importlib.resources api
asottile
committed
75f2710
View commit details
Copy full SHA for 75f2710
View code at this point
Browse repository at this point
python3.9+
asottile
committed
7f15dc7
View commit details
Copy full SHA for 7f15dc7
View code at this point
Browse repository at this point
Commits on Oct 13, 2023
Merge pull request #3029 from adamchainz/improve_duration_timing
Show description for c9945b9
asottile
authored
c9945b9
View commit details
Copy full SHA for c9945b9
View code at this point
Browse repository at this point
Improve hook duration timing
adamchainz
committed
d988767
View commit details
Copy full SHA for d988767
View code at this point
Browse repository at this point
Commits on Sep 11, 2023
Short-circuit hooks
mxr
authored and
asottile
committed
5d692d7
View commit details
Copy full SHA for 5d692d7
View code at this point
Browse repository at this point
Commits on Sep 8, 2023
Use the --include command, hides warning messages
Show description for 493c20c
RoelAdriaans
committed
493c20c
View commit details
Copy full SHA for 493c20c
View code at this point
Browse repository at this point
Commits on Aug 30, 2023
Use os.sched_getaffinity for cpu counts when available
jdb8
authored and
asottile
committed
ea8244b
View commit details
Copy full SHA for ea8244b
View code at this point
Browse repository at this point
Commits on Aug 22, 2023
Fix exit code for commands terminated by signals
Show description for 5a4b5b1
chriskuehl
committed
5a4b5b1
View commit details
Copy full SHA for 5a4b5b1
View code at this point
Browse repository at this point
Commits on Jul 22, 2023
Add haskell language support to pre-commit.
alunduil
authored and
asottile
committed
60273ca
View commit details
Copy full SHA for 60273ca
View code at this point
Browse repository at this point
Commits on Jul 1, 2023
shlex.join is always available in 3.8+
asottile
committed
1c439b5
View commit details
Copy full SHA for 1c439b5
View code at this point
Browse repository at this point
Commits on Jun 13, 2023
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 50b1511
pre-commit-ci[bot]
committed
50b1511
View commit details
Copy full SHA for 50b1511
View code at this point
Browse repository at this point
Force gem installation into envdir
Show description for 9a7ed8b
jaysoffian
committed
9a7ed8b
View commit details
Copy full SHA for 9a7ed8b
View code at this point
Browse repository at this point
Commits on May 17, 2023
avoid quoting and escaping while installing R hooks by writing code to tempfile instead of execute R code inline
lorenzwalthert
authored and
asottile
committed
cd09c35
View commit details
Copy full SHA for cd09c35
View code at this point
Browse repository at this point
Commits on May 13, 2023
r does not support language_version currently
asottile
committed
8923fa3
View commit details
Copy full SHA for 8923fa3
View code at this point
Browse repository at this point
Commits on May 2, 2023
add partial clone hack to fix autoupdate for windows
asottile
committed
420a15f
View commit details
Copy full SHA for 420a15f
View code at this point
Browse repository at this point
Commits on Apr 29, 2023
add --jobs option to autoupdate
asottile
committed
ddbee32
View commit details
Copy full SHA for ddbee32
View code at this point
Browse repository at this point
perform autoupdate without Store contention
asottile
committed
4f045cb
View commit details
Copy full SHA for 4f045cb
View code at this point
Browse repository at this point
use -C for git commands in autoupdate
asottile
committed
e885f2e
View commit details
Copy full SHA for e885f2e
View code at this point
Browse repository at this point
use blobless clone for faster autoupdate
asottile
committed
4727922
View commit details
Copy full SHA for 4727922
View code at this point
Browse repository at this point
Commits on Apr 18, 2023
Upgrade to ruby-build v20230330
jalessio
committed
cfcb883
View commit details
Copy full SHA for cfcb883
View code at this point
Browse repository at this point
Commits on Apr 3, 2023
fix #2235
edelabar
committed
84f040f
View commit details
Copy full SHA for 84f040f
View code at this point
Browse repository at this point
Commits on Mar 25, 2023
set CARGO_HOME while executing rustup
asottile
committed
ee71a93
View commit details
Copy full SHA for ee71a93
View code at this point
Browse repository at this point
Commits on Mar 17, 2023
don't set CARGO_HOME in rust
Show description for a412e54
asottile
committed
a412e54
View commit details
Copy full SHA for a412e54
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.