1. 08 11月, 2022 1 次提交
  2. 03 11月, 2022 1 次提交
  3. 01 11月, 2022 1 次提交
    • N
      [CodeStyle][E711] use `is`/`is not` for comparison with `None` (#47452) · a35a4a53
      Nyakku Shigure 提交于
      * [CodeStyle][E711] use `is`/`is not` for comparison with `None`
      
      * `self.assertTrue($A is None)` -> `self.assertIsNone($A)`
      
      * `self.assertTrue($A is not None)` -> `self.assertIsNotNone($A)`
      
      * `self.assertFalse($A is None)` -> `self.assertIsNotNone($A)`
      
      * `self.assertEqual($A, None)` -> `self.assertIsNone($A)`
      
      * `self.assertNotEqual($A, None)` -> `self.assertIsNotNone($A)`
      a35a4a53
  4. 23 10月, 2022 1 次提交
  5. 14 9月, 2022 1 次提交
  6. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  7. 06 5月, 2021 1 次提交
  8. 01 2月, 2021 1 次提交
  9. 16 10月, 2020 1 次提交
  10. 13 10月, 2020 1 次提交
  11. 16 9月, 2020 1 次提交
  12. 21 8月, 2020 1 次提交
  13. 17 8月, 2020 1 次提交
  14. 13 8月, 2020 1 次提交
  15. 29 7月, 2020 1 次提交
  16. 20 7月, 2020 1 次提交