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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
Python-Repository-Hub
/
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
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
pre-commit
tests
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 13, 2022
fix tests for golang 1.18
asottile
committed
b952c99
View commit details
Copy full SHA for b952c99
View code at this point
Browse repository at this point
Commits on Apr 7, 2022
Handling multiple outputs from dotnet pack
Walluce
authored and
asottile
committed
9b3df4b
View commit details
Copy full SHA for 9b3df4b
View code at this point
Browse repository at this point
Commits on Apr 3, 2022
fix python 2.7 `repo: local` hooks
asottile
committed
1722448
View commit details
Copy full SHA for 1722448
View code at this point
Browse repository at this point
Commits on Apr 2, 2022
Merge pull request #2322 from pre-commit/default-install-hook-types
Show description for 7602abc
asottile
authored
7602abc
View commit details
Copy full SHA for 7602abc
View code at this point
Browse repository at this point
Merge pull request #2301 from jeff-m-sullivan/rscript-path
Show description for e11163d
asottile
authored
e11163d
View commit details
Copy full SHA for e11163d
View code at this point
Browse repository at this point
implement default_install_hook_types
Show description for fd0177a
asottile
committed
fd0177a
View commit details
Copy full SHA for fd0177a
View code at this point
Browse repository at this point
Split get_git_dir() into get_git_dir() and get_git_common_dir()
Show description for ba132f0
daschuer
authored and
asottile
committed
ba132f0
View commit details
Copy full SHA for ba132f0
View code at this point
Browse repository at this point
use Rscript path relative to $R_HOME/bin/...
Show description for 764a0db
2 people
authored and
asottile
committed
764a0db
View commit details
Copy full SHA for 764a0db
View code at this point
Browse repository at this point
Commits on Mar 31, 2022
Pick a tag if multiple tags exist on a SHA.
Show description for e8b46c1
mblayman
authored and
asottile
committed
e8b46c1
View commit details
Copy full SHA for e8b46c1
View code at this point
Browse repository at this point
Commits on Mar 30, 2022
include the configured value in the language_version / additional_dependencies error
asottile
committed
2188c0f
View commit details
Copy full SHA for 2188c0f
View code at this point
Browse repository at this point
Commits on Jan 18, 2022
drop python 3.6 support
Show description for 04de6a2
asottile
committed
04de6a2
View commit details
Copy full SHA for 04de6a2
View code at this point
Browse repository at this point
Commits on Jan 17, 2022
get lua version from luarocks itself
asottile
committed
54331dc
View commit details
Copy full SHA for 54331dc
View code at this point
Browse repository at this point
Add naive and untested version of Lua language support.
mblayman
authored and
asottile
committed
3f8be74
View commit details
Copy full SHA for 3f8be74
View code at this point
Browse repository at this point
Commits on Jan 16, 2022
add git version to error output
asottile
committed
c05f58b
View commit details
Copy full SHA for c05f58b
View code at this point
Browse repository at this point
Commits on Jan 15, 2022
Add mamba support to `language: conda`
xhochy
authored and
asottile
committed
83aa65c
View commit details
Copy full SHA for 83aa65c
View code at this point
Browse repository at this point
Commits on Jan 10, 2022
Revert "work around python/mypy#11852"
Show description for bba6cf4
asottile
committed
bba6cf4
View commit details
Copy full SHA for bba6cf4
View code at this point
Browse repository at this point
Commits on Jan 1, 2022
forbid overriding `entry` for meta hooks
asottile
committed
d3b4f73
View commit details
Copy full SHA for d3b4f73
View code at this point
Browse repository at this point
Commits on Dec 27, 2021
work around python/mypy#11852
asottile
committed
83675fe
View commit details
Copy full SHA for 83675fe
View code at this point
Browse repository at this point
Commits on Dec 22, 2021
run dead, remove dead code
Show description for 42b0a26
asottile
committed
42b0a26
View commit details
Copy full SHA for 42b0a26
View code at this point
Browse repository at this point
Commits on Dec 20, 2021
minor py2 cleanup for sys.stderr.buffer
asottile
committed
f637ac8
View commit details
Copy full SHA for f637ac8
View code at this point
Browse repository at this point
Commits on Dec 4, 2021
fix: Add missing warning for regular expression with [\\/]
Show description for d4ffa5b
tonyrla
committed
d4ffa5b
View commit details
Copy full SHA for d4ffa5b
View code at this point
Browse repository at this point
Commits on Nov 30, 2021
improve coverage pragmas with covdefaults 2.1
Show description for 270b539
asottile
committed
270b539
View commit details
Copy full SHA for 270b539
View code at this point
Browse repository at this point
Commits on Nov 23, 2021
support gitconfig from env
Show description for 4eb91cd
emzeat
authored and
asottile
committed
4eb91cd
View commit details
Copy full SHA for 4eb91cd
View code at this point
Browse repository at this point
Commits on Nov 22, 2021
bump perltidy version
asottile
committed
b2a3541
View commit details
Copy full SHA for b2a3541
View code at this point
Browse repository at this point
Commits on Oct 22, 2021
Add fail_fast support per-hook
colens3
authored and
asottile
committed
63ae399
View commit details
Copy full SHA for 63ae399
View code at this point
Browse repository at this point
Commits on Oct 12, 2021
work around conda bug installing python3.1/site-packages
Show description for 8c844c7
asottile
committed
8c844c7
View commit details
Copy full SHA for 8c844c7
View code at this point
Browse repository at this point
Commits on Oct 1, 2021
make sure to not discard changes even if submodule.recurse=1
asottile
committed
e9ed248
View commit details
Copy full SHA for e9ed248
View code at this point
Browse repository at this point
Commits on Sep 28, 2021
un-xfail node on windows
Show description for 2fc00f7
asottile
committed
2fc00f7
View commit details
Copy full SHA for 2fc00f7
View code at this point
Browse repository at this point
Commits on Sep 27, 2021
port hook template to bash
Show description for e622f79
asottile
committed
e622f79
View commit details
Copy full SHA for e622f79
View code at this point
Browse repository at this point
Commits on Sep 22, 2021
Add warning for regular expression with [\/] (#2043)
radek-sprta
authored and
asottile
committed
cef9c4a
View commit details
Copy full SHA for cef9c4a
View code at this point
Browse repository at this point
Commits on Sep 14, 2021
fix pre-commit autoupdate for core.useBuiltinFSMonitor=true on windows
asottile
committed
ab94dd6
View commit details
Copy full SHA for ab94dd6
View code at this point
Browse repository at this point
Commits on Sep 1, 2021
Add: post-rewrite hook support
uSpike
committed
4cd8b36
View commit details
Copy full SHA for 4cd8b36
View code at this point
Browse repository at this point
Commits on Aug 31, 2021
Merge pull request #2030 from pre-commit/duplicate-messages-autoupdate
Show description for 3bab151
asottile
authored
3bab151
View commit details
Copy full SHA for 3bab151
View code at this point
Browse repository at this point
remove duplicate warnings while running autoupdate
asottile
committed
726f2ad
View commit details
Copy full SHA for 726f2ad
View code at this point
Browse repository at this point
fix check-useless-excludes for exclude of broken symlink
asottile
committed
35d3ed4
View commit details
Copy full SHA for 35d3ed4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.