Skip to content

Remove powrap checks #120

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 50 commits into from
Mar 1, 2023
Merged
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
038f6ff
Remove line-length from checks, new pre-commit checks instead
egeakman Feb 9, 2023
a1cbac2
Cross platform gettext installation, some wiki
egeakman Feb 10, 2023
f0136d7
revert pre-commit ci's commit
egeakman Feb 10, 2023
f44091f
try pre-commit on multiple platforms
egeakman Feb 10, 2023
e64d07a
try pre-commit on multiple platforms
egeakman Feb 10, 2023
1eafaaf
try pre-commit on multiple platforms
egeakman Feb 10, 2023
80c4cc7
try pre-commit on multiple platforms
egeakman Feb 10, 2023
49e0c50
try pre-commit on multiple platforms
egeakman Feb 10, 2023
b20ee69
uyku önemli
egeakman Feb 10, 2023
ed3390b
try pre-commit on multiple platforms
egeakman Feb 10, 2023
4133dfc
try pre-commit on multiple platforms
egeakman Feb 10, 2023
744a4a2
try pre-commit on multiple platforms
egeakman Feb 10, 2023
cd9b83f
try pre-commit on multiple platforms
egeakman Feb 10, 2023
cd3c398
let's try this
egeakman Feb 11, 2023
d63633c
try pre-commit on multiple platforms
egeakman Feb 11, 2023
7c51999
Merge branch '3.11' into line-length
egeakman Feb 11, 2023
1aaec6b
update
egeakman Feb 11, 2023
889c277
Merge branch 'line-length' of https://github.com/python/python-docs-t…
egeakman Feb 11, 2023
2e5ed72
macos
egeakman Feb 11, 2023
e92562e
trigger
egeakman Feb 11, 2023
800879d
force
egeakman Feb 11, 2023
77230f3
Merge branch '3.11' into line-length
egeakman Feb 11, 2023
0c2409d
switch to ubuntu
egeakman Feb 11, 2023
45ffeff
Merge branch 'line-length' of https://github.com/python/python-docs-t…
egeakman Feb 11, 2023
b4bbd5b
this seems better
egeakman Feb 11, 2023
6b4f752
update
egeakman Feb 11, 2023
08b99e0
update
egeakman Feb 11, 2023
989bebd
How did I miss that
egeakman Feb 11, 2023
ba0ea41
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] Feb 11, 2023
5542660
style-print notice
egeakman Feb 11, 2023
0361365
test on different OSs
egeakman Feb 11, 2023
0e72cd6
Everything looks fine, let's test it.
egeakman Feb 11, 2023
6cb2121
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] Feb 11, 2023
b551bbc
Update gettext.md
egeakman Feb 11, 2023
2b2d37e
Update README.md
egeakman Feb 11, 2023
69f8756
update
egeakman Feb 17, 2023
31c6beb
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] Feb 17, 2023
50dde37
Let's see how this'll do
egeakman Feb 19, 2023
a51316e
update
egeakman Feb 19, 2023
9ce2eea
test
egeakman Feb 19, 2023
4a01035
revert to 9ce2eea626b429680b72feb4e2fb24e9b04f25ce and make changes
egeakman Feb 21, 2023
f7d22a4
test
egeakman Feb 22, 2023
59d46d2
test
egeakman Feb 22, 2023
52c8bf3
Will be good to go after tests
egeakman Feb 22, 2023
8470e94
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] Feb 22, 2023
add8291
Merge branch '3.11' into line-length
egeakman Feb 22, 2023
272c577
ok
egeakman Feb 22, 2023
6bb9143
Update README.md
egeakman Mar 1, 2023
30ddb75
remove powrap from pre-commit since it is very problematic
egeakman Mar 1, 2023
d534571
Merge branch '3.11' into line-length
egeakman Mar 1, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
trigger
  • Loading branch information
egeakman committed Feb 11, 2023
commit e92562e152ba32fc7224fd42a5655fb2d7ef32ff
1 change: 1 addition & 0 deletions .pre-commit-scripts/install_gettext.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ def main():


if __name__ == "__main__":
print(".")
exit(main())