public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/elogv:pre-commit-github-actions commit in: /
@ 2023-10-06 13:03 Sebastian Pipping
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Pipping @ 2023-10-06 13:03 UTC (permalink / raw
  To: gentoo-commits

commit:     9379bb1f6d36cdb9f35a92752a37ca5fb2719036
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  6 12:57:40 2023 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Oct  6 13:03:20 2023 +0000
URL:        https://gitweb.gentoo.org/proj/elogv.git/commit/?id=9379bb1f

pre-commit: Mass-apply trailing-whitespace

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 ChangeLog | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8735658..8bf7b0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -59,7 +59,7 @@
 	* elogv: fixed bug #249536 on Gentoo Bugzilla, there was a problem when
 	using the dd command, thanks to Arnaud Lech <arnaud@bdefracte.org> for the
 	patch
-    
+
 2008-11-01 Luca Marturana (luca89) <lucamarturana@gmail.com>
 	* elogv: fixed bug #236056 on Gentoo Bugzilla, now elogv works fine even
 	if the terminal has a black background
@@ -94,9 +94,9 @@
 	list of files can be ordered by class warning level
 	* setup.py: Added support to install *.po files and localized manpages
 
-2008-03-21 Luca Marturana (luca89) <lucamarturana@gmail.com> 
-	* elogv: Fixed bug #214063 on Gentoo Bugzilla, thanks to Michał Kiedrowicz 
-	<esqualante@o2.pl> 
+2008-03-21 Luca Marturana (luca89) <lucamarturana@gmail.com>
+	* elogv: Fixed bug #214063 on Gentoo Bugzilla, thanks to Michał Kiedrowicz
+	<esqualante@o2.pl>
 
 2008-03-05 Luca Marturana (luca89) <lucamarturana@gmail.com>
 	* elogv: Tagging files with the alarm level, thanks to


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/elogv:pre-commit-github-actions commit in: /
@ 2023-10-06 13:03 Sebastian Pipping
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Pipping @ 2023-10-06 13:03 UTC (permalink / raw
  To: gentoo-commits

commit:     6c0dfcc3966c865af8c876fed211fd4b77f7f2dc
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  6 12:54:09 2023 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Oct  6 13:03:16 2023 +0000
URL:        https://gitweb.gentoo.org/proj/elogv.git/commit/?id=6c0dfcc3

pre-commit: Configure

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 .pre-commit-config.yaml | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
new file mode 100644
index 0000000..7e451b2
--- /dev/null
+++ b/.pre-commit-config.yaml
@@ -0,0 +1,42 @@
+# This file is part of elogv
+#
+# Authors (in chronological order):
+#  - Sebastian Pipping (sping) <sebastian@pipping.org>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+repos:
+  - repo: https://github.com/pre-commit/pre-commit-hooks
+    rev: v4.4.0
+    hooks:
+      - id: check-merge-conflict
+      - id: end-of-file-fixer
+      - id: trailing-whitespace
+
+  - repo: https://github.com/psf/black
+    rev: 23.9.1
+    hooks:
+      - id: black
+        args: ['--target-version', 'py38']
+
+  - repo: https://github.com/PyCQA/isort
+    rev: 5.12.0
+    hooks:
+      - id: isort
+
+  - repo: https://github.com/astral-sh/ruff-pre-commit
+    rev: v0.0.291
+    hooks:
+      - id: ruff


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/elogv:pre-commit-github-actions commit in: /
@ 2023-10-06 13:09 Sebastian Pipping
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Pipping @ 2023-10-06 13:09 UTC (permalink / raw
  To: gentoo-commits

commit:     847fec89f55b90b50644436c3699c32d77de464f
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  6 13:09:29 2023 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Oct  6 13:09:49 2023 +0000
URL:        https://gitweb.gentoo.org/proj/elogv.git/commit/?id=847fec89

pre-commit: Sync .git-blame-ignore-revs

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 .git-blame-ignore-revs | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs
index b72aa08..3fe3d65 100644
--- a/.git-blame-ignore-revs
+++ b/.git-blame-ignore-revs
@@ -2,3 +2,7 @@
 cf01cb49e14730c2323da4ef9f8093935ef93fb9
 # Reformat project with isort
 c08fea8ad853d1508b412f06dd9636273912f1c1
+# pre-commit: Mass-apply end-of-file-fixer
+1c9eb420a0305c9aab435b161475b1db9508963b
+# pre-commit: Mass-apply trailing-whitespace
+b5e0a6f4f6ae76bd269b22ac3683d8c35c3e8436


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/elogv:pre-commit-github-actions commit in: /
@ 2023-10-06 13:09 Sebastian Pipping
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Pipping @ 2023-10-06 13:09 UTC (permalink / raw
  To: gentoo-commits

commit:     ed96d6de735c8cdf329a806c2d496e91ae5ac770
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  6 12:54:09 2023 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Oct  6 13:08:39 2023 +0000
URL:        https://gitweb.gentoo.org/proj/elogv.git/commit/?id=ed96d6de

pre-commit: Configure

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 .pre-commit-config.yaml | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
new file mode 100644
index 0000000..7e451b2
--- /dev/null
+++ b/.pre-commit-config.yaml
@@ -0,0 +1,42 @@
+# This file is part of elogv
+#
+# Authors (in chronological order):
+#  - Sebastian Pipping (sping) <sebastian@pipping.org>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+repos:
+  - repo: https://github.com/pre-commit/pre-commit-hooks
+    rev: v4.4.0
+    hooks:
+      - id: check-merge-conflict
+      - id: end-of-file-fixer
+      - id: trailing-whitespace
+
+  - repo: https://github.com/psf/black
+    rev: 23.9.1
+    hooks:
+      - id: black
+        args: ['--target-version', 'py38']
+
+  - repo: https://github.com/PyCQA/isort
+    rev: 5.12.0
+    hooks:
+      - id: isort
+
+  - repo: https://github.com/astral-sh/ruff-pre-commit
+    rev: v0.0.291
+    hooks:
+      - id: ruff


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/elogv:pre-commit-github-actions commit in: /
@ 2023-10-06 13:09 Sebastian Pipping
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Pipping @ 2023-10-06 13:09 UTC (permalink / raw
  To: gentoo-commits

commit:     b5e0a6f4f6ae76bd269b22ac3683d8c35c3e8436
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  6 12:57:40 2023 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Oct  6 13:08:39 2023 +0000
URL:        https://gitweb.gentoo.org/proj/elogv.git/commit/?id=b5e0a6f4

pre-commit: Mass-apply trailing-whitespace

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 ChangeLog | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8735658..8bf7b0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -59,7 +59,7 @@
 	* elogv: fixed bug #249536 on Gentoo Bugzilla, there was a problem when
 	using the dd command, thanks to Arnaud Lech <arnaud@bdefracte.org> for the
 	patch
-    
+
 2008-11-01 Luca Marturana (luca89) <lucamarturana@gmail.com>
 	* elogv: fixed bug #236056 on Gentoo Bugzilla, now elogv works fine even
 	if the terminal has a black background
@@ -94,9 +94,9 @@
 	list of files can be ordered by class warning level
 	* setup.py: Added support to install *.po files and localized manpages
 
-2008-03-21 Luca Marturana (luca89) <lucamarturana@gmail.com> 
-	* elogv: Fixed bug #214063 on Gentoo Bugzilla, thanks to Michał Kiedrowicz 
-	<esqualante@o2.pl> 
+2008-03-21 Luca Marturana (luca89) <lucamarturana@gmail.com>
+	* elogv: Fixed bug #214063 on Gentoo Bugzilla, thanks to Michał Kiedrowicz
+	<esqualante@o2.pl>
 
 2008-03-05 Luca Marturana (luca89) <lucamarturana@gmail.com>
 	* elogv: Tagging files with the alarm level, thanks to


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] proj/elogv:pre-commit-github-actions commit in: /
@ 2023-10-06 17:43 Sebastian Pipping
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Pipping @ 2023-10-06 17:43 UTC (permalink / raw
  To: gentoo-commits

commit:     893392d0f26e823cc91806531c7af887be18d048
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  6 13:09:29 2023 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Oct  6 17:43:20 2023 +0000
URL:        https://gitweb.gentoo.org/proj/elogv.git/commit/?id=893392d0

pre-commit: Sync .git-blame-ignore-revs

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 .git-blame-ignore-revs | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs
index b72aa08..3fe3d65 100644
--- a/.git-blame-ignore-revs
+++ b/.git-blame-ignore-revs
@@ -2,3 +2,7 @@
 cf01cb49e14730c2323da4ef9f8093935ef93fb9
 # Reformat project with isort
 c08fea8ad853d1508b412f06dd9636273912f1c1
+# pre-commit: Mass-apply end-of-file-fixer
+1c9eb420a0305c9aab435b161475b1db9508963b
+# pre-commit: Mass-apply trailing-whitespace
+b5e0a6f4f6ae76bd269b22ac3683d8c35c3e8436


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-10-06 17:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-06 17:43 [gentoo-commits] proj/elogv:pre-commit-github-actions commit in: / Sebastian Pipping
  -- strict thread matches above, loose matches on Subject: below --
2023-10-06 13:09 Sebastian Pipping
2023-10-06 13:09 Sebastian Pipping
2023-10-06 13:09 Sebastian Pipping
2023-10-06 13:03 Sebastian Pipping
2023-10-06 13:03 Sebastian Pipping

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox