There was an error while loading. Please reload this page.
1 parent 886e8b7 commit 673a922Copy full SHA for 673a922
2 files changed
.pre-commit-config.yaml
@@ -85,8 +85,6 @@ repos:
85
exclude: Lib/test/tokenizedata/coding20731.py
86
- id: end-of-file-fixer
87
files: '^\.github/CODEOWNERS$'
88
- - id: file-contents-sorter
89
- files: '^Misc/Brewfile$'
90
- id: mixed-line-ending
91
args: [--fix=auto]
92
exclude: '^Lib/test/.*data/'
Misc/Brewfile
@@ -5,3 +5,11 @@ brew "pkg-config"
5
brew "tcl-tk@9"
6
brew "xz"
7
brew "zstd"
8
+
9
+brew "bzip2" if OS.linux?
10
+brew "expat" if OS.linux?
11
+brew "libedit" if OS.linux?
12
+brew "libffi" if OS.linux?
13
+brew "ncurses" if OS.linux?
14
+brew "unzip" if OS.linux?
15
+brew "zlib-ng-compat" if OS.linux?
0 commit comments