Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
We had to move to Codeberg
Browse files Browse the repository at this point in the history
  • Loading branch information
KOLANICH committed Oct 9, 2023
1 parent ee7c20a commit 6ca8608
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ antiflash.py [![Unlicensed work](https://raw.githubusercontent.com/unlicense/unl
~~![GitLab Coverage](https://gitlab.com/KOLANICH-tools/antiflash.py/badges/master/coverage.svg)~~
~~[![GitHub Actions](https://github.com/KOLANICH-tools/antiflash.py/workflows/CI/badge.svg)](https://github.com/KOLANICH-tools/antiflash.py/actions/)~~
[![Libraries.io Status](https://img.shields.io/librariesio/github/KOLANICH-tools/antiflash.py.svg)](https://libraries.io/github/KOLANICH-tools/antiflash.py)
[![Code style: antiflash](https://img.shields.io/badge/code%20style-antiflash-FFF.svg)](https://codeberg.org/KOLANICH-tools/antiflash.py)
[![Code style: antiflash](https://img.shields.io/badge/code%20style-antiflash-FFF.svg)](https://codeberg.org/KOLANICH-tools/antiflash.py)

**We have moved to https://codeberg.org/KOLANICH-tools/antiflash.py, grab new versions there.**

Under the disguise of "better security" Micro$oft-owned GitHub has [discriminated users of 1FA passwords](https://github.blog/2023-03-09-raising-the-bar-for-software-security-github-2fa-begins-march-13/) while having commercial interest in succeeding of [FIDO 1FA specifications](https://fidoalliance.org/specifications/download/) and [Windows Hello implementation](https://support.microsoft.com/en-us/windows/passkeys-in-windows-301c8944-5ea2-452b-9886-97e4d2ef4422) which [it promotes as a replacement for passwords](https://github.blog/2023-07-12-introducing-passwordless-authentication-on-github-com/). It will result in dire consequencies and is competely inacceptable, [read why](https://codeberg.org/KOLANICH/Fuck-GuanTEEnomo).

If you don't want to participate in harming yourself, it is recommended to follow the lead and migrate somewhere away of GitHub and Micro$oft. Here is [the list of alternatives and rationales to do it](https://github.com/orgs/community/discussions/49869). If they delete the discussion, there are certain well-known places where you can get a copy of it. [Read why you should also leave GitHub](https://codeberg.org/KOLANICH/Fuck-GuanTEEnomo).

---

A monkey-patch for `black` uncompromising Python source code reformatter, coercing it to use `tabs` for indentation instead of cargo cult `spaces`.

Expand Down
3 changes: 3 additions & 0 deletions antiflash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
import types
import typing
from pathlib import Path
from warnings import warn

from click.core import Command, Parameter


warn("We have moved from M$ GitHub to https://codeberg.org/KOLANICH-tools/antiflash.py, read why on https://codeberg.org/KOLANICH/Fuck-GuanTEEnomo .")

def patchSpacesBinOpAST(binOp: ast.BinOp) -> bool:
for sideName in ("left", "right"):
side = getattr(binOp, sideName)
Expand Down

0 comments on commit 6ca8608

Please sign in to comment.