1. 25 3月, 2023 2 次提交
  2. 23 3月, 2023 1 次提交
  3. 22 3月, 2023 1 次提交
  4. 17 3月, 2023 1 次提交
  5. 10 3月, 2023 1 次提交
  6. 27 2月, 2023 1 次提交
  7. 20 2月, 2023 1 次提交
  8. 29 11月, 2022 1 次提交
  9. 08 11月, 2022 1 次提交
  10. 01 11月, 2022 2 次提交
    • 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
    • N
      [CodeStyle][E712] use `if cond`/`if cond is True` for comparison with `True` (#47464) · 5a2ab683
      Nyakku Shigure 提交于
      * [CodeStyle][E712] use `if cond`/`if cond is True` for comparison with `True`
      
      * revert changes in fluid
      
      * revert unrelated file
      
      * revert changes in norm
      
      * revert changes in auto_parallel_amp
      
      * fix norm and auto_parallel_amp
      
      * revert a typo fix due to fixed at #47477
      5a2ab683
  11. 23 10月, 2022 1 次提交
  12. 20 10月, 2022 1 次提交
  13. 19 10月, 2022 1 次提交
  14. 18 10月, 2022 1 次提交
    • N
      [CodeStyle][py2] remove `compat` module (to_text) (#47036) · ad4c773b
      Nyakku Shigure 提交于
      * [CodeStyle][py2] remove `compat` module (to_text)
      
      * remove some unnecessary decode
      
      * remove to_text definition and unittest
      
      * Revert "remove to_text definition and unittest"
      
      This reverts commit a6b69cb8dca8b9b031ce10ea32d1040e7e0dd267.
      
      * remove an assertion
      
      * empty commit
      ad4c773b
  15. 17 10月, 2022 1 次提交
    • N
      [CodeStyle][py2] remove `compat` module (to_bytes) (#47035) · 198c7993
      Nyakku Shigure 提交于
      * [CodeStyle][py2] remove `compat` module (to_bytes)
      
      * remove some unused imports
      
      * clean up to_bytes definition and unittests
      
      * Revert "clean up to_bytes definition and unittests"
      
      This reverts commit e726539e1768172a411ff60e63fab82f164343cf.
      
      * use `b` prefix instead of `encode()`
      198c7993
  16. 14 10月, 2022 1 次提交
  17. 12 10月, 2022 1 次提交
  18. 27 9月, 2022 1 次提交
  19. 19 8月, 2022 1 次提交
  20. 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
  21. 08 4月, 2022 1 次提交
  22. 12 10月, 2021 1 次提交
  23. 28 7月, 2021 1 次提交
  24. 24 6月, 2021 1 次提交
  25. 21 6月, 2021 1 次提交
  26. 17 6月, 2021 1 次提交
  27. 11 6月, 2021 1 次提交
  28. 03 6月, 2021 1 次提交
  29. 06 5月, 2021 1 次提交
  30. 29 4月, 2021 1 次提交
  31. 27 4月, 2021 1 次提交
  32. 03 12月, 2020 1 次提交
  33. 30 11月, 2020 1 次提交
  34. 24 11月, 2020 2 次提交
  35. 11 11月, 2020 1 次提交
  36. 20 10月, 2020 1 次提交
  37. 24 9月, 2020 1 次提交