From cb131baefc38e656d09ef9c4a5ed4cf66f5f7d26 Mon Sep 17 00:00:00 2001 From: Berkay Gediz <121058050+berkaygediz@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:47:02 +0300 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20formatting,=20linting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CODE_OF_CONDUCT.md | 6 +++--- README.md | 3 +-- SpanRC.py | 2 -- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 18c9147..999d8db 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -116,7 +116,7 @@ the community. This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0, available at -https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. +. Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity). @@ -124,5 +124,5 @@ enforcement ladder](https://github.com/mozilla/diversity). [homepage]: https://www.contributor-covenant.org For answers to common questions about this code of conduct, see the FAQ at -https://www.contributor-covenant.org/faq. Translations are available at -https://www.contributor-covenant.org/translations. +. Translations are available at +. diff --git a/README.md b/README.md index 57f57b7..8a2549b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ SpanRC is a table processor. It is written in Python and uses the PyQt5 library for the graphical user interface. It is cross-platform and can be used on Windows, macOS, and Linux. It is designed to be a simple alternative to other table processors. It is lightweight and easy to use. -### Screenshots +## Screenshots ![Screenshot 1](spanrc_banner.png) @@ -26,7 +26,6 @@ SpanRC is a table processor. It is written in Python and uses the PyQt5 library - [x] Real-time statistics (row count, column count, cell count, etc.) - [x] Multi language (English, Turkish, German, Spanish, Azerbaijani) - [x] Cross-platform (Windows, macOS, Linux) -- [x] Synchronization ### Prerequisites diff --git a/SpanRC.py b/SpanRC.py index 1394db0..cf8705a 100644 --- a/SpanRC.py +++ b/SpanRC.py @@ -103,8 +103,6 @@ def undo(self): class SRC_Workbook(QMainWindow): def __init__(self, parent=None): super().__init__(parent) - # press c to continue (initialization bug) - # pdb.set_trace() starttime = datetime.datetime.now() settings = QSettings("berkaygediz", "SpanRC") self.setWindowIcon(QIcon("icon.png"))