可以使用方向键移动图形。
Created with Raphaël 2.2.013Oct12125Sep24878731Aug302928191817111072128Jul232219816Jun1430May2120212019217Apr20Mar191811725Feb2019181716114131Jan1Feb31Jan30313031303130293029302928272827241917874331Dec1Jan31Dec28271610522Nov21119529Oct2827262524232220149Sep1Jul29Jun181610521May20161315Apr30Mar29221Feb13Jan6131Dec1Jan31Dec1Jan31Dec27Nov2625528Oct27252423212019912Aug98767654329Jul282722104Jun32130May29282726252221201513121326Apr2216Mar120Feb863227Jan26232221201817151424Dec232120212015829Nov2823222119201917161514131211109898528Oct2625242318Sep16228Aug2714131211107653130Jul292827262726272625262524222120191816141312config: Remove `args` parameter from `ConfigFileFinder.__init__`config: Search for configuration relative to current working directoryReformat files via `black`Merge branch 'remove-output-file-config' into 'master'Merge branch 'remove-verbose-config' into 'master'options: Remove parsing `--output-file` from the configuration fileoptions: Remove parsing `--verbose` from the configuration fileMerge branch 'remove-application-prelim-option-state' into 'master'application: Remove preliminary argument parsing stateapplication: Pass prelim opts to `.find_plugins()`application: Pass prelim opts and args to `.make_config_finder()`application: Pass returned prelim options to `.configure_logging()`application: Return namespace and args from preliminary arg parsingMerge branch 'remove_E101_indent_char_resetting' into 'master'Don't reset indent_char when we encounter E101Merge branch 'whitespace_fixers' into 'master'Add whitespace fixersMerge branch 'type_more' into 'master'Merge branch 'disable_assert_nosec' into 'master'Simplify bandit config and allow `assert`Add type annotations for flake8.processorAdd type annotations to flake8.styleguideMerge branch 'type_annotate_option_manager' into 'master'Type annotate flake8.options.managerMerge branch 'optmgr-parse-args-default-values' into 'master'Set configuration file-provided values via ArgumentParser.set_defaults()Test default provided options are forwardedAdd typing to `OptionManager.parse_args()`Merge branch 'type-parse-known-args' into 'master'Add typing to `OptionManager.parse_known_args()`Merge branch 'remove-parse-known-args-value' into 'master'Remove unused parameter from `OptionManager.parse_known_args()`Merge branch 'type-config-file-finder' into 'master'Add typings to ConfigFileFinder constructorDo not pass `noqa` to plugins, have flake8 decide whether to reportMerge branch 'hoist-argv' into 'master'Hoist passing through sys.argv at the CLI layerMerge branch 'revert-6a70aaae' into 'master'Revert "Merge branch 'hoist-argv' into 'master'"Merge branch 'hoist-argv' into 'master'