FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for pre_commit/languages/docker.py - pre-commit/pre-commit · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pre-commit
/
pre-commit
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1k
Star
15.5k
Code
Issues
18
Pull requests
8
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
pre-commit
pre_commit
languages
docker.py
on
main
User selector
Datepicker
Commit history
Commits on Nov 8, 2025
Fix docker-in-docker detection for cgroups v2
br-rhrbacek
authored and
asottile
committed
f80801d
View commit details
Copy full SHA for f80801d
View code at this point
Browse repository at this point
Commits on Sep 6, 2025
handle `SecurityOptions: null` in docker response
asottile
committed
2930ea0
View commit details
Copy full SHA for 2930ea0
View code at this point
Browse repository at this point
Commits on May 23, 2025
Fix permission errors for mounts in rootless docker
Show description for 466f6c4
authored and
asottile
committed
466f6c4
View commit details
Copy full SHA for 466f6c4
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 Oct 28, 2023
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 Feb 20, 2023
move languages.all and languages.helpers out of languages
asottile
committed
d3883ce
View commit details
Copy full SHA for d3883ce
View code at this point
Browse repository at this point
Commits on Feb 4, 2023
test docker and docker_image directly
asottile
committed
0afb95c
View commit details
Copy full SHA for 0afb95c
View code at this point
Browse repository at this point
Commits on Jan 29, 2023
fix r local hooks
Show description for 420902f
asottile
committed
420902f
View commit details
Copy full SHA for 420902f
View code at this point
Browse repository at this point
Commits on Jan 16, 2023
adjust the run_hook api to no longer take Hook
asottile
committed
628c876
View commit details
Copy full SHA for 628c876
View code at this point
Browse repository at this point
make in_env part of the language api
asottile
committed
ae34a96
View commit details
Copy full SHA for ae34a96
View code at this point
Browse repository at this point
Commits on Jan 2, 2023
simplify environment_dir
asottile
committed
05c8911
View commit details
Copy full SHA for 05c8911
View code at this point
Browse repository at this point
move clean_path_on_failure out of each hook install
asottile
committed
d05b788
View commit details
Copy full SHA for d05b788
View code at this point
Browse repository at this point
Commits on Apr 16, 2022
add additional info to healthy-after-install check
asottile
committed
07554e9
View commit details
Copy full SHA for 07554e9
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 Aug 3, 2021
ignore self-container when in docker-in-docker
asottile
committed
5d1cac6
View commit details
Copy full SHA for 5d1cac6
View code at this point
Browse repository at this point
Commits on Jul 3, 2021
A more reliable way to get the container id.
Show description for 3e10209
adarnimrod
authored and
asottile
committed
3e10209
View commit details
Copy full SHA for 3e10209
View code at this point
Browse repository at this point
Commits on Apr 29, 2021
fix: fix path mounting when running in Docker
Show description for 6d5d386
Oleg Kainov
authored and
asottile
committed
6d5d386
View commit details
Copy full SHA for 6d5d386
View code at this point
Browse repository at this point
Commits on Oct 11, 2020
simplify docker run
asottile
committed
3584b99
View commit details
Copy full SHA for 3584b99
View code at this point
Browse repository at this point
Commits on Aug 23, 2020
remove docker_is_running check from source
Show description for eb8b48a
rkm
authored and
asottile
committed
eb8b48a
View commit details
Copy full SHA for eb8b48a
View code at this point
Browse repository at this point
Commits on Mar 20, 2020
Don't use --user when running docker on windows
KYLE ZHU
authored and
asottile
committed
23d5b78
View commit details
Copy full SHA for 23d5b78
View code at this point
Browse repository at this point
Commits on Feb 29, 2020
Use covdefaults to handle coveragerc
asottile
committed
67c1beb
View commit details
Copy full SHA for 67c1beb
View code at this point
Browse repository at this point
Commits on Feb 7, 2020
Remove unnecessary forward annotations
asottile
committed
fa8d022
View commit details
Copy full SHA for fa8d022
View code at this point
Browse repository at this point
Commits on Jan 15, 2020
move Hook data type to a separate file
asottile
committed
755b800
View commit details
Copy full SHA for 755b800
View code at this point
Browse repository at this point
Commits on Jan 12, 2020
Some manual .format() -> f-strings
asottile
committed
9000e9d
View commit details
Copy full SHA for 9000e9d
View code at this point
Browse repository at this point
Add types to pre-commit
asottile
committed
327ed92
View commit details
Copy full SHA for 327ed92
View code at this point
Browse repository at this point
mypy passes with check_untyped_defs
asottile
committed
fa536a8
View commit details
Copy full SHA for fa536a8
View code at this point
Browse repository at this point
upgrade hooks, pyupgrade pre-commit
asottile
committed
30c1e82
View commit details
Copy full SHA for 30c1e82
View code at this point
Browse repository at this point
Commits on Nov 1, 2019
grammar
ryanrhee
committed
addc704
View commit details
Copy full SHA for addc704
View code at this point
Browse repository at this point
Commits on Oct 13, 2019
show color in hook outputs when attached to a tty
asottile
committed
7c3404e
View commit details
Copy full SHA for 7c3404e
View code at this point
Browse repository at this point
Commits on Oct 6, 2019
Split out cmd_output_b
asottile
committed
f612aeb
View commit details
Copy full SHA for f612aeb
View code at this point
Browse repository at this point
Commits on Jul 25, 2019
Simplify docker user fallback implementation and test
geieredgar
committed
d4a9ff4
View commit details
Copy full SHA for d4a9ff4
View code at this point
Browse repository at this point
Commits on Jul 23, 2019
Add docker uid and gid fallback tests
geieredgar
committed
b43b6a6
View commit details
Copy full SHA for b43b6a6
View code at this point
Browse repository at this point
Use fallback uid and gid if os.getuid() and os.getgid() are unavailable
geieredgar
committed
b7ce5db
View commit details
Copy full SHA for b7ce5db
View code at this point
Browse repository at this point
Commits on Jan 5, 2019
Implement default_language_version
asottile
committed
d3b5a41
View commit details
Copy full SHA for d3b5a41
View code at this point
Browse repository at this point
Commits on Dec 31, 2018
Add more 'no cover windows' comments
asottile
committed
4f9d039
View commit details
Copy full SHA for 4f9d039
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL