public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
From: Simon Marchi <simark@sourceware.org>
To: gdb-cvs@sourceware.org
Subject: [binutils-gdb] gdb: pyproject.toml: set pyright typeCheckingMode = "strict"
Date: Mon, 27 Feb 2023 18:29:25 +0000 (GMT)	[thread overview]
Message-ID: <20230227182925.9AE303858D32@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9f353051dee5262914ea33785896c6df3978adf7

commit 9f353051dee5262914ea33785896c6df3978adf7
Author: Simon Marchi <simon.marchi@polymtl.ca>
Date:   Sun Feb 26 20:13:58 2023 -0500

    gdb: pyproject.toml: set pyright typeCheckingMode = "strict"
    
    While working on other projects, I found the pyright type checker very
    helpful when editing Python code.  I don't think I have to explain the
    advantages of type checking to a crowd used to C/C++.
    
    Setting typeCheckingMode to "strict" makes pyright flag a bit more type
    issues than the default of "basic".
    
    Change-Id: I38818ec59f7f73c2ab020cc9226286cdd485abc7
    Reviewed-By: Tom Tromey <tom@tromey.com>
    Reviewed-By: Andrew Burgess <aburgess@redhat.com>

Diff:
---
 gdb/pyproject.toml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gdb/pyproject.toml b/gdb/pyproject.toml
index 58ed2f9d556..4469f1cd61d 100644
--- a/gdb/pyproject.toml
+++ b/gdb/pyproject.toml
@@ -1,2 +1,5 @@
 [tool.black]
 include = "\\.py(\\.in)?$"
+
+[tool.pyright]
+typeCheckingMode = "strict"

                 reply	other threads:[~2023-02-27 18:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230227182925.9AE303858D32@sourceware.org \
    --to=simark@sourceware.org \
    --cc=gdb-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).