2023年 = 令和5年 = 平成35年 = 昭和98年 というような 西暦 - 元号 対照表


  ad    reiwa    heisei    showa
----  -------  --------  -------
2023        5      (35)     (98)
2022        4      (34)     (97)
2021        3      (33)     (96)
2020        2      (32)     (95)
2019        1        31     (94)
2018                 30     (93)
2017                 29     (92)
2016                 28     (91)
2015                 27     (90)
2014                 26     (89)
2013                 25     (88)
2012                 24     (87)
2011                 23     (86)
2010                 22     (85)
2009                 21     (84)
2008                 20     (83)
2007                 19     (82)
2006                 18     (81)
2005                 17     (80)
2004                 16     (79)
2003                 15     (78)
2002                 14     (77)
2001                 13     (76)
2000                 12     (75)
1999                 11     (74)
1998                 10     (73)
1997                  9     (72)
1996                  8     (71)
1995                  7     (70)
1994                  6     (69)
1993                  5     (68)
1992                  4     (67)
1991                  3     (66)
1990                  2     (65)
1989                  1       64

👉 【Python】2022年 = 令和4年 = 平成34年 = 昭和97年 というような 西暦 - 元号 対照表 hatena-bookmark


YouTube Live でカウントダウン


年が明けるまで見つけたら追加していきます。

街角の雰囲気のみ。


【IDEA】Python Code Style インデントをスペース2 に設定する

Editor の反応を スペース2 仕様にする。


Setting

  ↓

Editor

  ↓

Code Style

  ↓

Python

Tabs and Indents のタブから 4 → 2, 8 → 4 に変更。

【IDEA】Python Code Style インデントをスペース2 に設定する

IDEA の 文法チェック周りを調整する。


Setting

  ↓

Editor

  ↓

Inspections

  ↓

PEP8 coding style Violations

Options Ignore errorE111, E114 を追加する。

【IDEA】Python Code Style インデントをスペース2 に設定する


E111 indentation is not a multiple of four

E114 indentation is not a multiple of four (comment)

👉 Introduction — pycodestyle 2.7.0 documentation hatena-bookmark
👉 【Pythonコーディング規約】PEP 8 vs Google Style - Qiita hatena-bookmark
👉 styleguide | Style guides for Google-originated open-source projects hatena-bookmark

まあ、しかし、スペース 4 のほうが今はまだ主流ですよな。

👉 path:**/setup.cfg flake8 ignore - Code search results · GitHub hatena-bookmark
👉 Flake8: Your Tool For Style Guide Enforcement — flake8 6.0.0 documentation hatena-bookmark