branch: elpa/flymake-pyrefly
commit 9fcce84f857af1a6eb1a7726d547368269b6ecdb
Author: Boris Shminke <bo...@shminke.com>
Commit: Boris Shminke <bo...@shminke.com>

    update doc string
---
 flymake-pyrefly.el | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/flymake-pyrefly.el b/flymake-pyrefly.el
index 5163cdd01c..a9f600c7d6 100644
--- a/flymake-pyrefly.el
+++ b/flymake-pyrefly.el
@@ -1,5 +1,15 @@
-;;; flymake-pyrefly.el --- A Pyrefly Flymake backend. -*- lexical-binding: t; 
-*-
-;; Copyright (C) 2025  Boris Shminke
+;;; flymake-pyrefly.el --- A Pyrefly Flymake backend  -*- lexical-binding: t; 
-*-
+
+;; Copyright (C) 2025 Free Software Foundation, Inc.
+;; Author: Boris Shminke <bo...@shminke.com>
+;; Maintainer: Boris Shminke <bo...@shminke.com>
+;; Created: 29 Jun 2025
+;; Version: 0.1.0
+;; Keywords: tools, languages
+;; URL: https://github.com/inpefess/flymake-pyrefly
+;; Package-Requires: ((emacs "26.1"))
+
+;; This file is not part of GNU Emacs.
 
 ;; 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
@@ -14,13 +24,10 @@
 ;; You should have received a copy of the GNU General Public License
 ;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-;;; Version: 0.0.1
-
 ;;; Commentary:
 ;; Based on the annotated example from Flymake info.
 ;; Usage:
 ;;   (use-package flymake-pyrefly
-;;     :vc (:url "https://github.com/inpefess/flymake-pyrefly.git";)
 ;;     :hook (python-mode . pyrefly-setup-flymake-backend))
 
 ;;; Code:

Reply via email to